#C2DD24

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

Shades of Fuego #C2DD24

Tints of Fuego #C2DD24

Color information

#C2DD24 (or 0xC2DD24) is unknown color: approx Fuego. HEX triplet: C2, DD and 24. RGB value is (194,221,36). Sum of RGB (Red+Green+Blue) = 194+221+36=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD24 is #3D22DB. Grayscale: #C0C0C0. Windows color (decimal): -4006620 or 2416066. OLE color: 2416066.

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

Color convert

RGB19422136-
CMYK0.1200.840.13
HSL68.76º73.12%50.39%-
HSV(B)68.76º83.71%86.67%-
XYZ48.4263.3111.34-
YUV191.8440.05129.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 221 (86.72% from 255) = 49.00%
BLUE value IS 36 (14.45% from 255) = 7.98%
R=43.02%
G=49.00%
B=7.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194221360.1200.840.1368.7673.1250.39
HexC2DD24C054D454932
Octal302335441401241510511162
Binary1100001011011101100100110001010100110110001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD24; }

 p { color: rgb(194,221,36); }

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

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

 a { background-color: rgb(194,221,36); }

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

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

 span { border-color: rgb(194,221,36); }

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