Shades of Fuego #C4E424
Tints of Fuego #C4E424
RGB
CMYK
RGB Variations
Color information
#C4E424 (or 0xC4E424) is known color: Fuego. HEX triplet: C4, E4 and 24. RGB value is (196,228,36). Sum of RGB (Red+Green+Blue) = 196+228+36=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E424 is #3B1BDB. Grayscale: #C5C5C5. Windows color (decimal): -3873756 or 2417860. OLE color: 2417860.
HSL color Cylindrical-coordinate representation of color #C4E424: hue angle of 70º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4E424 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 228 | 36 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.11 |
| HSL | 70º | 0.78% | 0.52% | - |
| HSV(B) | 70º | 0.84% | 0.89% | - |
| XYZ | 50.83 | 67.35 | 11.99 | - |
| YUV | 196.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 36 | 0.14 | 0 | 0.84 | 0.11 | 70 | 0.78 | 0.52 |
| Hex | C4 | E4 | 24 | E | 0 | 54 | B | 46 | 4E | 34 |
| Octal | 304 | 344 | 44 | 16 | 0 | 124 | 13 | 106 | 116 | 64 |
| Binary | 11000100 | 11100100 | 100100 | 1110 | 0 | 1010100 | 1011 | 1000110 | 1001110 | 110100 |
Color Harmonies of #C4E424
Complementary color
Monochromatic Colors of #C4E424
Black with #C4E424
Text Example
Text Example
White with #C4E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E424; }
p { color: rgb(196,228,36); }
H1.HeaderClassName
{
color: #C4E424;
}
.AnyTagClassName
{
color: #C4E424;
}
</style>
background-color css
<style>
a { background-color: #C4E424; }
a { background-color: rgb(196,228,36); }
div.DivClassName
{
background-color: #C4E424;
}
.BgClassName
{
background-color: #C4E424;
}
</style>
border-color css
<style>
span { border-color: #C4E424; }
span { border-color: rgb(196,228,36); }
td.TdClassName
{
border-color: #C4E424;
}
.TagClassName
{
border-color: #C4E424;
}
</style>