Shades of Fuego #C5D72F
Tints of Fuego #C5D72F
RGB
CMYK
RGB Variations
Color information
#C5D72F (or 0xC5D72F) is known color: Fuego. HEX triplet: C5, D7 and 2F. RGB value is (197,215,47). Sum of RGB (Red+Green+Blue) = 197+215+47=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D72F is #3A28D0. Grayscale: #BFBFBF. Windows color (decimal): -3811537 or 3135429. OLE color: 3135429.
HSL color Cylindrical-coordinate representation of color #C5D72F: hue angle of 66.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5D72F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 47 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.16 |
| HSL | 66.43º | 0.68% | 0.51% | - |
| HSV(B) | 66.43º | 0.78% | 0.84% | - |
| XYZ | 47.84 | 60.68 | 11.88 | - |
| YUV | 190.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 47 | 0.08 | 0 | 0.78 | 0.16 | 66.43 | 0.68 | 0.51 |
| Hex | C5 | D7 | 2F | 8 | 0 | 4E | 10 | 42 | 44 | 33 |
| Octal | 305 | 327 | 57 | 10 | 0 | 116 | 20 | 102 | 104 | 63 |
| Binary | 11000101 | 11010111 | 101111 | 1000 | 0 | 1001110 | 10000 | 1000010 | 1000100 | 110011 |
Color Harmonies of #C5D72F
Complementary color
Monochromatic Colors of #C5D72F
Black with #C5D72F
Text Example
Text Example
White with #C5D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D72F; }
p { color: rgb(197,215,47); }
H1.HeaderClassName
{
color: #C5D72F;
}
.AnyTagClassName
{
color: #C5D72F;
}
</style>
background-color css
<style>
a { background-color: #C5D72F; }
a { background-color: rgb(197,215,47); }
div.DivClassName
{
background-color: #C5D72F;
}
.BgClassName
{
background-color: #C5D72F;
}
</style>
border-color css
<style>
span { border-color: #C5D72F; }
span { border-color: rgb(197,215,47); }
td.TdClassName
{
border-color: #C5D72F;
}
.TagClassName
{
border-color: #C5D72F;
}
</style>