Shades of Fuego #C7E020
Tints of Fuego #C7E020
RGB
CMYK
RGB Variations
Color information
#C7E020 (or 0xC7E020) is known color: Fuego. HEX triplet: C7, E0 and 20. RGB value is (199,224,32). Sum of RGB (Red+Green+Blue) = 199+224+32=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E020 is #381FDF. Grayscale: #C3C3C3. Windows color (decimal): -3678176 or 2154695. OLE color: 2154695.
HSL color Cylindrical-coordinate representation of color #C7E020: hue angle of 67.81º 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 #C7E020 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.12 |
| HSL | 67.81º | 0.76% | 0.5% | - |
| HSV(B) | 67.81º | 0.86% | 0.88% | - |
| XYZ | 50.47 | 65.56 | 11.36 | - |
| YUV | 194.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 32 | 0.11 | 0 | 0.86 | 0.12 | 67.81 | 0.76 | 0.5 |
| Hex | C7 | E0 | 20 | B | 0 | 56 | C | 44 | 4C | 32 |
| Octal | 307 | 340 | 40 | 13 | 0 | 126 | 14 | 104 | 114 | 62 |
| Binary | 11000111 | 11100000 | 100000 | 1011 | 0 | 1010110 | 1100 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C7E020
Complementary color
Monochromatic Colors of #C7E020
Black with #C7E020
Text Example
Text Example
White with #C7E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E020; }
p { color: rgb(199,224,32); }
H1.HeaderClassName
{
color: #C7E020;
}
.AnyTagClassName
{
color: #C7E020;
}
</style>
background-color css
<style>
a { background-color: #C7E020; }
a { background-color: rgb(199,224,32); }
div.DivClassName
{
background-color: #C7E020;
}
.BgClassName
{
background-color: #C7E020;
}
</style>
border-color css
<style>
span { border-color: #C7E020; }
span { border-color: rgb(199,224,32); }
td.TdClassName
{
border-color: #C7E020;
}
.TagClassName
{
border-color: #C7E020;
}
</style>