Shades of Fuego #C7DE16
Tints of Fuego #C7DE16
RGB
CMYK
RGB Variations
Color information
#C7DE16 (or 0xC7DE16) is known color: Fuego. HEX triplet: C7, DE and 16. RGB value is (199,222,22). Sum of RGB (Red+Green+Blue) = 199+222+22=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DE16 is #3821E9. Grayscale: #C1C1C1. Windows color (decimal): -3678698 or 1498823. OLE color: 1498823.
HSL color Cylindrical-coordinate representation of color #C7DE16: hue angle of 66.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7DE16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.13 |
| HSL | 66.9º | 0.82% | 0.48% | - |
| HSV(B) | 66.9º | 0.9% | 0.87% | - |
| XYZ | 49.82 | 64.44 | 10.57 | - |
| YUV | 192.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 22 | 0.10 | 0 | 0.90 | 0.13 | 66.9 | 0.82 | 0.48 |
| Hex | C7 | DE | 16 | A | 0 | 5A | D | 43 | 52 | 30 |
| Octal | 307 | 336 | 26 | 12 | 0 | 132 | 15 | 103 | 122 | 60 |
| Binary | 11000111 | 11011110 | 10110 | 1010 | 0 | 1011010 | 1101 | 1000011 | 1010010 | 110000 |
Color Harmonies of #C7DE16
Complementary color
Monochromatic Colors of #C7DE16
Black with #C7DE16
Text Example
Text Example
White with #C7DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DE16; }
p { color: rgb(199,222,22); }
H1.HeaderClassName
{
color: #C7DE16;
}
.AnyTagClassName
{
color: #C7DE16;
}
</style>
background-color css
<style>
a { background-color: #C7DE16; }
a { background-color: rgb(199,222,22); }
div.DivClassName
{
background-color: #C7DE16;
}
.BgClassName
{
background-color: #C7DE16;
}
</style>
border-color css
<style>
span { border-color: #C7DE16; }
span { border-color: rgb(199,222,22); }
td.TdClassName
{
border-color: #C7DE16;
}
.TagClassName
{
border-color: #C7DE16;
}
</style>