Shades of Fuego #C7E222
Tints of Fuego #C7E222
RGB
CMYK
RGB Variations
Color information
#C7E222 (or 0xC7E222) is known color: Fuego. HEX triplet: C7, E2 and 22. RGB value is (199,226,34). Sum of RGB (Red+Green+Blue) = 199+226+34=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E222 is #381DDD. Grayscale: #C4C4C4. Windows color (decimal): -3677662 or 2286279. OLE color: 2286279.
HSL color Cylindrical-coordinate representation of color #C7E222: hue angle of 68.44º degrees, saturation: 0.77, 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 #C7E222 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 34 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.11 |
| HSL | 68.44º | 0.77% | 0.51% | - |
| HSV(B) | 68.44º | 0.85% | 0.89% | - |
| XYZ | 51.04 | 66.65 | 11.69 | - |
| YUV | 196.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 34 | 0.12 | 0 | 0.85 | 0.11 | 68.44 | 0.77 | 0.51 |
| Hex | C7 | E2 | 22 | C | 0 | 55 | B | 44 | 4D | 33 |
| Octal | 307 | 342 | 42 | 14 | 0 | 125 | 13 | 104 | 115 | 63 |
| Binary | 11000111 | 11100010 | 100010 | 1100 | 0 | 1010101 | 1011 | 1000100 | 1001101 | 110011 |
Color Harmonies of #C7E222
Complementary color
Monochromatic Colors of #C7E222
Black with #C7E222
Text Example
Text Example
White with #C7E222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E222; }
p { color: rgb(199,226,34); }
H1.HeaderClassName
{
color: #C7E222;
}
.AnyTagClassName
{
color: #C7E222;
}
</style>
background-color css
<style>
a { background-color: #C7E222; }
a { background-color: rgb(199,226,34); }
div.DivClassName
{
background-color: #C7E222;
}
.BgClassName
{
background-color: #C7E222;
}
</style>
border-color css
<style>
span { border-color: #C7E222; }
span { border-color: rgb(199,226,34); }
td.TdClassName
{
border-color: #C7E222;
}
.TagClassName
{
border-color: #C7E222;
}
</style>