Shades of Fuego #C7D72C
Tints of Fuego #C7D72C
RGB
CMYK
RGB Variations
Color information
#C7D72C (or 0xC7D72C) is known color: Fuego. HEX triplet: C7, D7 and 2C. RGB value is (199,215,44). Sum of RGB (Red+Green+Blue) = 199+215+44=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D72C is #3828D3. Grayscale: #BFBFBF. Windows color (decimal): -3680468 or 2938823. OLE color: 2938823.
HSL color Cylindrical-coordinate representation of color #C7D72C: hue angle of 65.61º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7D72C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 44 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.16 |
| HSL | 65.61º | 0.68% | 0.51% | - |
| HSV(B) | 65.61º | 0.8% | 0.84% | - |
| XYZ | 48.31 | 60.92 | 11.6 | - |
| YUV | 190.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 44 | 0.07 | 0 | 0.80 | 0.16 | 65.61 | 0.68 | 0.51 |
| Hex | C7 | D7 | 2C | 7 | 0 | 50 | 10 | 42 | 44 | 33 |
| Octal | 307 | 327 | 54 | 7 | 0 | 120 | 20 | 102 | 104 | 63 |
| Binary | 11000111 | 11010111 | 101100 | 111 | 0 | 1010000 | 10000 | 1000010 | 1000100 | 110011 |
Color Harmonies of #C7D72C
Complementary color
Monochromatic Colors of #C7D72C
Black with #C7D72C
Text Example
Text Example
White with #C7D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D72C; }
p { color: rgb(199,215,44); }
H1.HeaderClassName
{
color: #C7D72C;
}
.AnyTagClassName
{
color: #C7D72C;
}
</style>
background-color css
<style>
a { background-color: #C7D72C; }
a { background-color: rgb(199,215,44); }
div.DivClassName
{
background-color: #C7D72C;
}
.BgClassName
{
background-color: #C7D72C;
}
</style>
border-color css
<style>
span { border-color: #C7D72C; }
span { border-color: rgb(199,215,44); }
td.TdClassName
{
border-color: #C7D72C;
}
.TagClassName
{
border-color: #C7D72C;
}
</style>