Shades of Fuego #C4E11C
Tints of Fuego #C4E11C
RGB
CMYK
RGB Variations
Color information
#C4E11C (or 0xC4E11C) is known color: Fuego. HEX triplet: C4, E1 and 1C. RGB value is (196,225,28). Sum of RGB (Red+Green+Blue) = 196+225+28=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E11C is #3B1EE3. Grayscale: #C2C2C2. Windows color (decimal): -3874532 or 1892804. OLE color: 1892804.
HSL color Cylindrical-coordinate representation of color #C4E11C: hue angle of 68.83º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4E11C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.12 |
| HSL | 68.83º | 0.78% | 0.5% | - |
| HSV(B) | 68.83º | 0.88% | 0.88% | - |
| XYZ | 49.9 | 65.67 | 11.14 | - |
| YUV | 193.87 | 34.39 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 28 | 0.13 | 0 | 0.88 | 0.12 | 68.83 | 0.78 | 0.5 |
| Hex | C4 | E1 | 1C | D | 0 | 58 | C | 45 | 4E | 32 |
| Octal | 304 | 341 | 34 | 15 | 0 | 130 | 14 | 105 | 116 | 62 |
| Binary | 11000100 | 11100001 | 11100 | 1101 | 0 | 1011000 | 1100 | 1000101 | 1001110 | 110010 |
Color Harmonies of #C4E11C
Complementary color
Monochromatic Colors of #C4E11C
Black with #C4E11C
Text Example
Text Example
White with #C4E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E11C; }
p { color: rgb(196,225,28); }
H1.HeaderClassName
{
color: #C4E11C;
}
.AnyTagClassName
{
color: #C4E11C;
}
</style>
background-color css
<style>
a { background-color: #C4E11C; }
a { background-color: rgb(196,225,28); }
div.DivClassName
{
background-color: #C4E11C;
}
.BgClassName
{
background-color: #C4E11C;
}
</style>
border-color css
<style>
span { border-color: #C4E11C; }
span { border-color: rgb(196,225,28); }
td.TdClassName
{
border-color: #C4E11C;
}
.TagClassName
{
border-color: #C4E11C;
}
</style>