Shades of Fuego #C7E320
Tints of Fuego #C7E320
RGB
CMYK
RGB Variations
Color information
#C7E320 (or 0xC7E320) is known color: Fuego. HEX triplet: C7, E3 and 20. RGB value is (199,227,32). Sum of RGB (Red+Green+Blue) = 199+227+32=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E320 is #381CDF. Grayscale: #C5C5C5. Windows color (decimal): -3677408 or 2155463. OLE color: 2155463.
HSL color Cylindrical-coordinate representation of color #C7E320: hue angle of 68.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7E320 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.11 |
| HSL | 68.62º | 0.78% | 0.51% | - |
| HSV(B) | 68.62º | 0.86% | 0.89% | - |
| XYZ | 51.28 | 67.18 | 11.63 | - |
| YUV | 196.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 32 | 0.12 | 0 | 0.86 | 0.11 | 68.62 | 0.78 | 0.51 |
| Hex | C7 | E3 | 20 | C | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 307 | 343 | 40 | 14 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100011 | 100000 | 1100 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E320
Complementary color
Monochromatic Colors of #C7E320
Black with #C7E320
Text Example
Text Example
White with #C7E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E320; }
p { color: rgb(199,227,32); }
H1.HeaderClassName
{
color: #C7E320;
}
.AnyTagClassName
{
color: #C7E320;
}
</style>
background-color css
<style>
a { background-color: #C7E320; }
a { background-color: rgb(199,227,32); }
div.DivClassName
{
background-color: #C7E320;
}
.BgClassName
{
background-color: #C7E320;
}
</style>
border-color css
<style>
span { border-color: #C7E320; }
span { border-color: rgb(199,227,32); }
td.TdClassName
{
border-color: #C7E320;
}
.TagClassName
{
border-color: #C7E320;
}
</style>