#C4DD2C

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

Shades of Fuego #C4DD2C

Tints of Fuego #C4DD2C

Color information

#C4DD2C (or 0xC4DD2C) is unknown color: approx Fuego. HEX triplet: C4, DD and 2C. RGB value is (196,221,44). Sum of RGB (Red+Green+Blue) = 196+221+44=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD2C is #3B22D3. Grayscale: #C2C2C2. Windows color (decimal): -3875540 or 2940356. OLE color: 2940356.

HSL color Cylindrical-coordinate representation of color #C4DD2C: hue angle of 68.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4DD2C is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB19622144-
CMYK0.1100.800.13
HSL68.47º72.24%51.96%-
HSV(B)68.47º80.09%86.67%-
XYZ49.0863.6312.08-
YUV193.3543.72129.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 44 (17.58% from 255) = 9.54%
R=42.52%
G=47.94%
B=9.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196221440.1100.800.1368.4772.2451.96
HexC4DD2CB050D444834
Octal304335541301201510411064
Binary1100010011011101101100101101010000110110001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DD2C; }

 p { color: rgb(196,221,44); }

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

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

 a { background-color: rgb(196,221,44); }

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

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

 span { border-color: rgb(196,221,44); }

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