Shades of Fuego #C7D72D
Tints of Fuego #C7D72D
RGB
CMYK
RGB Variations
Color information
#C7D72D (or 0xC7D72D) is known color: Fuego. HEX triplet: C7, D7 and 2D. RGB value is (199,215,45). Sum of RGB (Red+Green+Blue) = 199+215+45=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D72D is #3828D2. Grayscale: #BFBFBF. Windows color (decimal): -3680467 or 3004359. OLE color: 3004359.
HSL color Cylindrical-coordinate representation of color #C7D72D: hue angle of 65.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7D72D is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 45 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.16 |
| HSL | 65.65º | 0.68% | 0.51% | - |
| HSV(B) | 65.65º | 0.79% | 0.84% | - |
| XYZ | 48.33 | 60.93 | 11.7 | - |
| YUV | 190.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 45 | 0.07 | 0 | 0.79 | 0.16 | 65.65 | 0.68 | 0.51 |
| Hex | C7 | D7 | 2D | 7 | 0 | 4F | 10 | 42 | 44 | 33 |
| Octal | 307 | 327 | 55 | 7 | 0 | 117 | 20 | 102 | 104 | 63 |
| Binary | 11000111 | 11010111 | 101101 | 111 | 0 | 1001111 | 10000 | 1000010 | 1000100 | 110011 |
Color Harmonies of #C7D72D
Complementary color
Monochromatic Colors of #C7D72D
Black with #C7D72D
Text Example
Text Example
White with #C7D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D72D; }
p { color: rgb(199,215,45); }
H1.HeaderClassName
{
color: #C7D72D;
}
.AnyTagClassName
{
color: #C7D72D;
}
</style>
background-color css
<style>
a { background-color: #C7D72D; }
a { background-color: rgb(199,215,45); }
div.DivClassName
{
background-color: #C7D72D;
}
.BgClassName
{
background-color: #C7D72D;
}
</style>
border-color css
<style>
span { border-color: #C7D72D; }
span { border-color: rgb(199,215,45); }
td.TdClassName
{
border-color: #C7D72D;
}
.TagClassName
{
border-color: #C7D72D;
}
</style>