Shades of Fuego #C4E21C
Tints of Fuego #C4E21C
RGB
CMYK
RGB Variations
Color information
#C4E21C (or 0xC4E21C) is known color: Fuego. HEX triplet: C4, E2 and 1C. RGB value is (196,226,28). Sum of RGB (Red+Green+Blue) = 196+226+28=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E21C is #3B1DE3. Grayscale: #C3C3C3. Windows color (decimal): -3874276 or 1893060. OLE color: 1893060.
HSL color Cylindrical-coordinate representation of color #C4E21C: hue angle of 69.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4E21C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 226 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.11 |
| HSL | 69.09º | 0.78% | 0.5% | - |
| HSV(B) | 69.09º | 0.88% | 0.89% | - |
| XYZ | 50.17 | 66.21 | 11.23 | - |
| YUV | 194.46 | 34.06 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 28 | 0.13 | 0 | 0.88 | 0.11 | 69.09 | 0.78 | 0.5 |
| Hex | C4 | E2 | 1C | D | 0 | 58 | B | 45 | 4E | 32 |
| Octal | 304 | 342 | 34 | 15 | 0 | 130 | 13 | 105 | 116 | 62 |
| Binary | 11000100 | 11100010 | 11100 | 1101 | 0 | 1011000 | 1011 | 1000101 | 1001110 | 110010 |
Color Harmonies of #C4E21C
Complementary color
Monochromatic Colors of #C4E21C
Black with #C4E21C
Text Example
Text Example
White with #C4E21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E21C; }
p { color: rgb(196,226,28); }
H1.HeaderClassName
{
color: #C4E21C;
}
.AnyTagClassName
{
color: #C4E21C;
}
</style>
background-color css
<style>
a { background-color: #C4E21C; }
a { background-color: rgb(196,226,28); }
div.DivClassName
{
background-color: #C4E21C;
}
.BgClassName
{
background-color: #C4E21C;
}
</style>
border-color css
<style>
span { border-color: #C4E21C; }
span { border-color: rgb(196,226,28); }
td.TdClassName
{
border-color: #C4E21C;
}
.TagClassName
{
border-color: #C4E21C;
}
</style>