Shades of Fuego #C2E924
Tints of Fuego #C2E924
RGB
CMYK
RGB Variations
Color information
#C2E924 (or 0xC2E924) is known color: Fuego. HEX triplet: C2, E9 and 24. RGB value is (194,233,36). Sum of RGB (Red+Green+Blue) = 194+233+36=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E924 is #3D16DB. Grayscale: #C7C7C7. Windows color (decimal): -4003548 or 2419138. OLE color: 2419138.
HSL color Cylindrical-coordinate representation of color #C2E924: hue angle of 71.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2E924 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 36 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.09 |
| HSL | 71.88º | 0.82% | 0.53% | - |
| HSV(B) | 71.88º | 0.85% | 0.91% | - |
| XYZ | 51.71 | 69.87 | 12.43 | - |
| YUV | 198.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 36 | 0.17 | 0 | 0.85 | 0.09 | 71.88 | 0.82 | 0.53 |
| Hex | C2 | E9 | 24 | 11 | 0 | 55 | 9 | 48 | 52 | 35 |
| Octal | 302 | 351 | 44 | 21 | 0 | 125 | 11 | 110 | 122 | 65 |
| Binary | 11000010 | 11101001 | 100100 | 10001 | 0 | 1010101 | 1001 | 1001000 | 1010010 | 110101 |
Color Harmonies of #C2E924
Complementary color
Monochromatic Colors of #C2E924
Black with #C2E924
Text Example
Text Example
White with #C2E924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E924; }
p { color: rgb(194,233,36); }
H1.HeaderClassName
{
color: #C2E924;
}
.AnyTagClassName
{
color: #C2E924;
}
</style>
background-color css
<style>
a { background-color: #C2E924; }
a { background-color: rgb(194,233,36); }
div.DivClassName
{
background-color: #C2E924;
}
.BgClassName
{
background-color: #C2E924;
}
</style>
border-color css
<style>
span { border-color: #C2E924; }
span { border-color: rgb(194,233,36); }
td.TdClassName
{
border-color: #C2E924;
}
.TagClassName
{
border-color: #C2E924;
}
</style>