#C4DE22

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

Shades of Fuego #C4DE22

Tints of Fuego #C4DE22

Color information

#C4DE22 (or 0xC4DE22) is unknown color: approx Fuego. HEX triplet: C4, DE and 22. RGB value is (196,222,34). Sum of RGB (Red+Green+Blue) = 196+222+34=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DE22 is #3B21DD. Grayscale: #C1C1C1. Windows color (decimal): -3875294 or 2285252. OLE color: 2285252.

HSL color Cylindrical-coordinate representation of color #C4DE22: hue angle of 68.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4DE22 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB19622234-
CMYK0.1200.850.13
HSL68.3º74.02%50.2%-
HSV(B)68.3º84.68%87.06%-
XYZ49.1764.0911.29-
YUV192.7938.39130.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 222 (87.11% from 255) = 49.12%
BLUE value IS 34 (13.67% from 255) = 7.52%
R=43.36%
G=49.12%
B=7.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196222340.1200.850.1368.374.0250.2
HexC4DE22C055D444a32
Octal304336421401251510411262
Binary1100010011011110100010110001010101110110001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DE22; }

 p { color: rgb(196,222,34); }

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

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

 a { background-color: rgb(196,222,34); }

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

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

 span { border-color: rgb(196,222,34); }

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