#C1D422

Color #C1D422 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C1D422

Tints of Fuego #C1D422

Color information

#C1D422 (or 0xC1D422) is unknown color: approx Fuego. HEX triplet: C1, D4 and 22. RGB value is (193,212,34). Sum of RGB (Red+Green+Blue) = 193+212+34=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D422 is #3E2BDD. Grayscale: #BABABA. Windows color (decimal): -4074462 or 2282689. OLE color: 2282689.

HSL color Cylindrical-coordinate representation of color #C1D422: hue angle of 66.4º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1D422 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB19321234-
CMYK0.0900.840.17
HSL66.4º72.36%48.24%-
HSV(B)66.4º83.96%83.14%-
XYZ45.8258.5410.4-
YUV186.0342.21132.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 34 (13.67% from 255) = 7.74%
R=43.96%
G=48.29%
B=7.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193212340.0900.840.1766.472.3648.24
HexC1D422905411424830
Octal301324421101242110211060
Binary11000001110101001000101001010101001000110000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D422; }

 p { color: rgb(193,212,34); }

 H1.HeaderClassName
 {
   color: #C1D422;
 }
 .AnyTagClassName
 {
   color: #C1D422;
 }
</style>
background-color css

<style>
 a { background-color: #C1D422; }

 a { background-color: rgb(193,212,34); }

 div.DivClassName
 {
   background-color: #C1D422;
 }
 .BgClassName
 {
   background-color: #C1D422;
 }
</style>
border-color css

<style>
 span { border-color: #C1D422; }

 span { border-color: rgb(193,212,34); }

 td.TdClassName
 {
   border-color: #C1D422;
 }
 .TagClassName
 {
   border-color: #C1D422;
 }
</style>