Shades of Fuego #C4E120
Tints of Fuego #C4E120
RGB
CMYK
RGB Variations
Color information
#C4E120 (or 0xC4E120) is known color: Fuego. HEX triplet: C4, E1 and 20. RGB value is (196,225,32). Sum of RGB (Red+Green+Blue) = 196+225+32=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E120 is #3B1EDF. Grayscale: #C3C3C3. Windows color (decimal): -3874528 or 2154948. OLE color: 2154948.
HSL color Cylindrical-coordinate representation of color #C4E120: hue angle of 69.02º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4E120 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.12 |
| HSL | 69.02º | 0.76% | 0.5% | - |
| HSV(B) | 69.02º | 0.86% | 0.88% | - |
| XYZ | 49.95 | 65.69 | 11.41 | - |
| YUV | 194.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 32 | 0.13 | 0 | 0.86 | 0.12 | 69.02 | 0.76 | 0.5 |
| Hex | C4 | E1 | 20 | D | 0 | 56 | C | 45 | 4C | 32 |
| Octal | 304 | 341 | 40 | 15 | 0 | 126 | 14 | 105 | 114 | 62 |
| Binary | 11000100 | 11100001 | 100000 | 1101 | 0 | 1010110 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C4E120
Complementary color
Monochromatic Colors of #C4E120
Black with #C4E120
Text Example
Text Example
White with #C4E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E120; }
p { color: rgb(196,225,32); }
H1.HeaderClassName
{
color: #C4E120;
}
.AnyTagClassName
{
color: #C4E120;
}
</style>
background-color css
<style>
a { background-color: #C4E120; }
a { background-color: rgb(196,225,32); }
div.DivClassName
{
background-color: #C4E120;
}
.BgClassName
{
background-color: #C4E120;
}
</style>
border-color css
<style>
span { border-color: #C4E120; }
span { border-color: rgb(196,225,32); }
td.TdClassName
{
border-color: #C4E120;
}
.TagClassName
{
border-color: #C4E120;
}
</style>