Shades of Fuego #C7DE17
Tints of Fuego #C7DE17
RGB
CMYK
RGB Variations
Color information
#C7DE17 (or 0xC7DE17) is known color: Fuego. HEX triplet: C7, DE and 17. RGB value is (199,222,23). Sum of RGB (Red+Green+Blue) = 199+222+23=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DE17 is #3821E8. Grayscale: #C1C1C1. Windows color (decimal): -3678697 or 1564359. OLE color: 1564359.
HSL color Cylindrical-coordinate representation of color #C7DE17: hue angle of 66.93º degrees, saturation: 0.81, 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 #C7DE17 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 23 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.13 |
| HSL | 66.93º | 0.81% | 0.48% | - |
| HSV(B) | 66.93º | 0.9% | 0.87% | - |
| XYZ | 49.83 | 64.45 | 10.62 | - |
| YUV | 192.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 23 | 0.10 | 0 | 0.90 | 0.13 | 66.93 | 0.81 | 0.48 |
| Hex | C7 | DE | 17 | A | 0 | 5A | D | 43 | 51 | 30 |
| Octal | 307 | 336 | 27 | 12 | 0 | 132 | 15 | 103 | 121 | 60 |
| Binary | 11000111 | 11011110 | 10111 | 1010 | 0 | 1011010 | 1101 | 1000011 | 1010001 | 110000 |
Color Harmonies of #C7DE17
Complementary color
Monochromatic Colors of #C7DE17
Black with #C7DE17
Text Example
Text Example
White with #C7DE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DE17; }
p { color: rgb(199,222,23); }
H1.HeaderClassName
{
color: #C7DE17;
}
.AnyTagClassName
{
color: #C7DE17;
}
</style>
background-color css
<style>
a { background-color: #C7DE17; }
a { background-color: rgb(199,222,23); }
div.DivClassName
{
background-color: #C7DE17;
}
.BgClassName
{
background-color: #C7DE17;
}
</style>
border-color css
<style>
span { border-color: #C7DE17; }
span { border-color: rgb(199,222,23); }
td.TdClassName
{
border-color: #C7DE17;
}
.TagClassName
{
border-color: #C7DE17;
}
</style>