Shades of Fuego #C2DD24
Tints of Fuego #C2DD24
RGB
CMYK
RGB Variations
Color information
#C2DD24 (or 0xC2DD24) is known color: 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
| RGB | 194 | 221 | 36 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.13 |
| HSL | 68.76º | 0.73% | 0.5% | - |
| HSV(B) | 68.76º | 0.84% | 0.87% | - |
| XYZ | 48.42 | 63.31 | 11.34 | - |
| YUV | 191.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 36 | 0.12 | 0 | 0.84 | 0.13 | 68.76 | 0.73 | 0.5 |
| Hex | C2 | DD | 24 | C | 0 | 54 | D | 45 | 49 | 32 |
| Octal | 302 | 335 | 44 | 14 | 0 | 124 | 15 | 105 | 111 | 62 |
| Binary | 11000010 | 11011101 | 100100 | 1100 | 0 | 1010100 | 1101 | 1000101 | 1001001 | 110010 |
Color Harmonies of #C2DD24
Complementary color
Monochromatic Colors of #C2DD24
Black with #C2DD24
Text Example
Text Example
White with #C2DD24
Text Example
Text Example
HTML Codes & Css Web 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>