Shades of Fuego #C4E428
Tints of Fuego #C4E428
RGB
CMYK
RGB Variations
Color information
#C4E428 (or 0xC4E428) is known color: Fuego. HEX triplet: C4, E4 and 28. RGB value is (196,228,40). Sum of RGB (Red+Green+Blue) = 196+228+40=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E428 is #3B1BD7. Grayscale: #C5C5C5. Windows color (decimal): -3873752 or 2680004. OLE color: 2680004.
HSL color Cylindrical-coordinate representation of color #C4E428: hue angle of 70.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4E428 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 228 | 40 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.11 |
| HSL | 70.21º | 0.78% | 0.53% | - |
| HSV(B) | 70.21º | 0.82% | 0.89% | - |
| XYZ | 50.89 | 67.38 | 12.33 | - |
| YUV | 197 | 39.4 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 40 | 0.14 | 0 | 0.82 | 0.11 | 70.21 | 0.78 | 0.53 |
| Hex | C4 | E4 | 28 | E | 0 | 52 | B | 46 | 4E | 35 |
| Octal | 304 | 344 | 50 | 16 | 0 | 122 | 13 | 106 | 116 | 65 |
| Binary | 11000100 | 11100100 | 101000 | 1110 | 0 | 1010010 | 1011 | 1000110 | 1001110 | 110101 |
Color Harmonies of #C4E428
Complementary color
Monochromatic Colors of #C4E428
Black with #C4E428
Text Example
Text Example
White with #C4E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E428; }
p { color: rgb(196,228,40); }
H1.HeaderClassName
{
color: #C4E428;
}
.AnyTagClassName
{
color: #C4E428;
}
</style>
background-color css
<style>
a { background-color: #C4E428; }
a { background-color: rgb(196,228,40); }
div.DivClassName
{
background-color: #C4E428;
}
.BgClassName
{
background-color: #C4E428;
}
</style>
border-color css
<style>
span { border-color: #C4E428; }
span { border-color: rgb(196,228,40); }
td.TdClassName
{
border-color: #C4E428;
}
.TagClassName
{
border-color: #C4E428;
}
</style>