Shades of Fuego #C7E321
Tints of Fuego #C7E321
RGB
CMYK
RGB Variations
Color information
#C7E321 (or 0xC7E321) is known color: Fuego. HEX triplet: C7, E3 and 21. RGB value is (199,227,33). Sum of RGB (Red+Green+Blue) = 199+227+33=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E321 is #381CDE. Grayscale: #C5C5C5. Windows color (decimal): -3677407 or 2220999. OLE color: 2220999.
HSL color Cylindrical-coordinate representation of color #C7E321: hue angle of 68.66º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7E321 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 33 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.11 |
| HSL | 68.66º | 0.78% | 0.51% | - |
| HSV(B) | 68.66º | 0.85% | 0.89% | - |
| XYZ | 51.3 | 67.19 | 11.7 | - |
| YUV | 196.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 33 | 0.12 | 0 | 0.85 | 0.11 | 68.66 | 0.78 | 0.51 |
| Hex | C7 | E3 | 21 | C | 0 | 55 | B | 45 | 4E | 33 |
| Octal | 307 | 343 | 41 | 14 | 0 | 125 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100011 | 100001 | 1100 | 0 | 1010101 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E321
Complementary color
Monochromatic Colors of #C7E321
Black with #C7E321
Text Example
Text Example
White with #C7E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E321; }
p { color: rgb(199,227,33); }
H1.HeaderClassName
{
color: #C7E321;
}
.AnyTagClassName
{
color: #C7E321;
}
</style>
background-color css
<style>
a { background-color: #C7E321; }
a { background-color: rgb(199,227,33); }
div.DivClassName
{
background-color: #C7E321;
}
.BgClassName
{
background-color: #C7E321;
}
</style>
border-color css
<style>
span { border-color: #C7E321; }
span { border-color: rgb(199,227,33); }
td.TdClassName
{
border-color: #C7E321;
}
.TagClassName
{
border-color: #C7E321;
}
</style>