Shades of Fuego #C7D51F
Tints of Fuego #C7D51F
RGB
CMYK
RGB Variations
Color information
#C7D51F (or 0xC7D51F) is known color: Fuego. HEX triplet: C7, D5 and 1F. RGB value is (199,213,31). Sum of RGB (Red+Green+Blue) = 199+213+31=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D51F is #382AE0. Grayscale: #BCBCBC. Windows color (decimal): -3680993 or 2086343. OLE color: 2086343.
HSL color Cylindrical-coordinate representation of color #C7D51F: hue angle of 64.62º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7D51F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.16 |
| HSL | 64.62º | 0.75% | 0.48% | - |
| HSV(B) | 64.62º | 0.85% | 0.84% | - |
| XYZ | 47.59 | 59.83 | 10.34 | - |
| YUV | 188.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 31 | 0.07 | 0 | 0.85 | 0.16 | 64.62 | 0.75 | 0.48 |
| Hex | C7 | D5 | 1F | 7 | 0 | 55 | 10 | 41 | 4B | 30 |
| Octal | 307 | 325 | 37 | 7 | 0 | 125 | 20 | 101 | 113 | 60 |
| Binary | 11000111 | 11010101 | 11111 | 111 | 0 | 1010101 | 10000 | 1000001 | 1001011 | 110000 |
Color Harmonies of #C7D51F
Complementary color
Monochromatic Colors of #C7D51F
Black with #C7D51F
Text Example
Text Example
White with #C7D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D51F; }
p { color: rgb(199,213,31); }
H1.HeaderClassName
{
color: #C7D51F;
}
.AnyTagClassName
{
color: #C7D51F;
}
</style>
background-color css
<style>
a { background-color: #C7D51F; }
a { background-color: rgb(199,213,31); }
div.DivClassName
{
background-color: #C7D51F;
}
.BgClassName
{
background-color: #C7D51F;
}
</style>
border-color css
<style>
span { border-color: #C7D51F; }
span { border-color: rgb(199,213,31); }
td.TdClassName
{
border-color: #C7D51F;
}
.TagClassName
{
border-color: #C7D51F;
}
</style>