Shades of Fuego #C4E020
Tints of Fuego #C4E020
RGB
CMYK
RGB Variations
Color information
#C4E020 (or 0xC4E020) is known color: Fuego. HEX triplet: C4, E0 and 20. RGB value is (196,224,32). Sum of RGB (Red+Green+Blue) = 196+224+32=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E020 is #3B1FDF. Grayscale: #C2C2C2. Windows color (decimal): -3874784 or 2154692. OLE color: 2154692.
HSL color Cylindrical-coordinate representation of color #C4E020: hue angle of 68.75º 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 #C4E020 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.12 |
| HSL | 68.75º | 0.76% | 0.5% | - |
| HSV(B) | 68.75º | 0.86% | 0.88% | - |
| XYZ | 49.68 | 65.15 | 11.32 | - |
| YUV | 193.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 32 | 0.12 | 0 | 0.86 | 0.12 | 68.75 | 0.76 | 0.5 |
| Hex | C4 | E0 | 20 | C | 0 | 56 | C | 45 | 4C | 32 |
| Octal | 304 | 340 | 40 | 14 | 0 | 126 | 14 | 105 | 114 | 62 |
| Binary | 11000100 | 11100000 | 100000 | 1100 | 0 | 1010110 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C4E020
Complementary color
Monochromatic Colors of #C4E020
Black with #C4E020
Text Example
Text Example
White with #C4E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E020; }
p { color: rgb(196,224,32); }
H1.HeaderClassName
{
color: #C4E020;
}
.AnyTagClassName
{
color: #C4E020;
}
</style>
background-color css
<style>
a { background-color: #C4E020; }
a { background-color: rgb(196,224,32); }
div.DivClassName
{
background-color: #C4E020;
}
.BgClassName
{
background-color: #C4E020;
}
</style>
border-color css
<style>
span { border-color: #C4E020; }
span { border-color: rgb(196,224,32); }
td.TdClassName
{
border-color: #C4E020;
}
.TagClassName
{
border-color: #C4E020;
}
</style>