Shades of Fuego #C7D818
Tints of Fuego #C7D818
RGB
CMYK
RGB Variations
Color information
#C7D818 (or 0xC7D818) is known color: Fuego. HEX triplet: C7, D8 and 18. RGB value is (199,216,24). Sum of RGB (Red+Green+Blue) = 199+216+24=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D818 is #3827E7. Grayscale: #BDBDBD. Windows color (decimal): -3680232 or 1628359. OLE color: 1628359.
HSL color Cylindrical-coordinate representation of color #C7D818: hue angle of 65.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7D818 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 24 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.15 |
| HSL | 65.31º | 0.8% | 0.47% | - |
| HSV(B) | 65.31º | 0.89% | 0.85% | - |
| XYZ | 48.27 | 61.32 | 10.16 | - |
| YUV | 189.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 24 | 0.08 | 0 | 0.89 | 0.15 | 65.31 | 0.8 | 0.47 |
| Hex | C7 | D8 | 18 | 8 | 0 | 59 | F | 41 | 50 | 2F |
| Octal | 307 | 330 | 30 | 10 | 0 | 131 | 17 | 101 | 120 | 57 |
| Binary | 11000111 | 11011000 | 11000 | 1000 | 0 | 1011001 | 1111 | 1000001 | 1010000 | 101111 |
Color Harmonies of #C7D818
Complementary color
Monochromatic Colors of #C7D818
Black with #C7D818
Text Example
Text Example
White with #C7D818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D818; }
p { color: rgb(199,216,24); }
H1.HeaderClassName
{
color: #C7D818;
}
.AnyTagClassName
{
color: #C7D818;
}
</style>
background-color css
<style>
a { background-color: #C7D818; }
a { background-color: rgb(199,216,24); }
div.DivClassName
{
background-color: #C7D818;
}
.BgClassName
{
background-color: #C7D818;
}
</style>
border-color css
<style>
span { border-color: #C7D818; }
span { border-color: rgb(199,216,24); }
td.TdClassName
{
border-color: #C7D818;
}
.TagClassName
{
border-color: #C7D818;
}
</style>