#c2df20

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

Shades of Fuego #C2DF20

Tints of Fuego #C2DF20

Color information

#C2DF20 (or 0xC2DF20) is unknown color: approx Fuego. HEX triplet: C2, DF and 20. RGB value is (194,223,32). Sum of RGB (Red+Green+Blue) = 194+223+32=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF20 is #3D20DF. Grayscale: #C1C1C1. Windows color (decimal): -4006112 or 2154434. OLE color: 2154434.

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

Color convert

RGB19422332-
CMYK0.1300.860.13
HSL69.11º74.9%50%-
HSV(B)69.11º85.65%87.45%-
XYZ48.964.3511.21-
YUV192.5537.39129.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 32 (12.89% from 255) = 7.13%
R=43.21%
G=49.67%
B=7.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194223320.1300.860.1369.1174.950
HexC2DF20D056D454b32
Octal302337401501261510511362
Binary1100001011011111100000110101010110110110001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2df20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2df20; }

 p { color: rgb(194,223,32); }

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

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

 a { background-color: rgb(194,223,32); }

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

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

 span { border-color: rgb(194,223,32); }

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