Shades of Fuego #C5D02F
Tints of Fuego #C5D02F
RGB
CMYK
RGB Variations
Color information
#C5D02F (or 0xC5D02F) is known color: Fuego. HEX triplet: C5, D0 and 2F. RGB value is (197,208,47). Sum of RGB (Red+Green+Blue) = 197+208+47=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D02F is #3A2FD0. Grayscale: #BABABA. Windows color (decimal): -3813329 or 3133637. OLE color: 3133637.
HSL color Cylindrical-coordinate representation of color #C5D02F: hue angle of 64.1º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5D02F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 47 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.18 |
| HSL | 64.1º | 0.63% | 0.5% | - |
| HSV(B) | 64.1º | 0.77% | 0.82% | - |
| XYZ | 46.09 | 57.19 | 11.3 | - |
| YUV | 186.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 47 | 0.05 | 0 | 0.77 | 0.18 | 64.1 | 0.63 | 0.5 |
| Hex | C5 | D0 | 2F | 5 | 0 | 4D | 12 | 40 | 3F | 32 |
| Octal | 305 | 320 | 57 | 5 | 0 | 115 | 22 | 100 | 77 | 62 |
| Binary | 11000101 | 11010000 | 101111 | 101 | 0 | 1001101 | 10010 | 1000000 | 111111 | 110010 |
Color Harmonies of #C5D02F
Complementary color
Monochromatic Colors of #C5D02F
Black with #C5D02F
Text Example
Text Example
White with #C5D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D02F; }
p { color: rgb(197,208,47); }
H1.HeaderClassName
{
color: #C5D02F;
}
.AnyTagClassName
{
color: #C5D02F;
}
</style>
background-color css
<style>
a { background-color: #C5D02F; }
a { background-color: rgb(197,208,47); }
div.DivClassName
{
background-color: #C5D02F;
}
.BgClassName
{
background-color: #C5D02F;
}
</style>
border-color css
<style>
span { border-color: #C5D02F; }
span { border-color: rgb(197,208,47); }
td.TdClassName
{
border-color: #C5D02F;
}
.TagClassName
{
border-color: #C5D02F;
}
</style>