Shades of Fuego #C7D024
Tints of Fuego #C7D024
RGB
CMYK
RGB Variations
Color information
#C7D024 (or 0xC7D024) is known color: Fuego. HEX triplet: C7, D0 and 24. RGB value is (199,208,36). Sum of RGB (Red+Green+Blue) = 199+208+36=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D024 is #382FDB. Grayscale: #BABABA. Windows color (decimal): -3682268 or 2412743. OLE color: 2412743.
HSL color Cylindrical-coordinate representation of color #C7D024: hue angle of 63.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7D024 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 36 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.18 |
| HSL | 63.14º | 0.7% | 0.48% | - |
| HSV(B) | 63.14º | 0.83% | 0.82% | - |
| XYZ | 46.43 | 57.38 | 10.3 | - |
| YUV | 185.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 36 | 0.04 | 0 | 0.83 | 0.18 | 63.14 | 0.7 | 0.48 |
| Hex | C7 | D0 | 24 | 4 | 0 | 53 | 12 | 3F | 46 | 30 |
| Octal | 307 | 320 | 44 | 4 | 0 | 123 | 22 | 77 | 106 | 60 |
| Binary | 11000111 | 11010000 | 100100 | 100 | 0 | 1010011 | 10010 | 111111 | 1000110 | 110000 |
Color Harmonies of #C7D024
Complementary color
Monochromatic Colors of #C7D024
Black with #C7D024
Text Example
Text Example
White with #C7D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D024; }
p { color: rgb(199,208,36); }
H1.HeaderClassName
{
color: #C7D024;
}
.AnyTagClassName
{
color: #C7D024;
}
</style>
background-color css
<style>
a { background-color: #C7D024; }
a { background-color: rgb(199,208,36); }
div.DivClassName
{
background-color: #C7D024;
}
.BgClassName
{
background-color: #C7D024;
}
</style>
border-color css
<style>
span { border-color: #C7D024; }
span { border-color: rgb(199,208,36); }
td.TdClassName
{
border-color: #C7D024;
}
.TagClassName
{
border-color: #C7D024;
}
</style>