Shades of Fuego #C7D124
Tints of Fuego #C7D124
RGB
CMYK
RGB Variations
Color information
#C7D124 (or 0xC7D124) is known color: Fuego. HEX triplet: C7, D1 and 24. RGB value is (199,209,36). Sum of RGB (Red+Green+Blue) = 199+209+36=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D124 is #382EDB. Grayscale: #BABABA. Windows color (decimal): -3682012 or 2412999. OLE color: 2412999.
HSL color Cylindrical-coordinate representation of color #C7D124: hue angle of 63.47º degrees, saturation: 0.71, 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 #C7D124 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 36 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.18 |
| HSL | 63.47º | 0.71% | 0.48% | - |
| HSV(B) | 63.47º | 0.83% | 0.82% | - |
| XYZ | 46.67 | 57.87 | 10.38 | - |
| YUV | 186.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 36 | 0.05 | 0 | 0.83 | 0.18 | 63.47 | 0.71 | 0.48 |
| Hex | C7 | D1 | 24 | 5 | 0 | 53 | 12 | 3F | 47 | 30 |
| Octal | 307 | 321 | 44 | 5 | 0 | 123 | 22 | 77 | 107 | 60 |
| Binary | 11000111 | 11010001 | 100100 | 101 | 0 | 1010011 | 10010 | 111111 | 1000111 | 110000 |
Color Harmonies of #C7D124
Complementary color
Monochromatic Colors of #C7D124
Black with #C7D124
Text Example
Text Example
White with #C7D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D124; }
p { color: rgb(199,209,36); }
H1.HeaderClassName
{
color: #C7D124;
}
.AnyTagClassName
{
color: #C7D124;
}
</style>
background-color css
<style>
a { background-color: #C7D124; }
a { background-color: rgb(199,209,36); }
div.DivClassName
{
background-color: #C7D124;
}
.BgClassName
{
background-color: #C7D124;
}
</style>
border-color css
<style>
span { border-color: #C7D124; }
span { border-color: rgb(199,209,36); }
td.TdClassName
{
border-color: #C7D124;
}
.TagClassName
{
border-color: #C7D124;
}
</style>