Shades of Fuego #C5D524
Tints of Fuego #C5D524
RGB
CMYK
RGB Variations
Color information
#C5D524 (or 0xC5D524) is known color: Fuego. HEX triplet: C5, D5 and 24. RGB value is (197,213,36). Sum of RGB (Red+Green+Blue) = 197+213+36=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D524 is #3A2ADB. Grayscale: #BCBCBC. Windows color (decimal): -3812060 or 2414021. OLE color: 2414021.
HSL color Cylindrical-coordinate representation of color #C5D524: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5D524 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 36 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.16 |
| HSL | 65.42º | 0.71% | 0.49% | - |
| HSV(B) | 65.42º | 0.83% | 0.84% | - |
| XYZ | 47.14 | 59.59 | 10.69 | - |
| YUV | 188.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 36 | 0.08 | 0 | 0.83 | 0.16 | 65.42 | 0.71 | 0.49 |
| Hex | C5 | D5 | 24 | 8 | 0 | 53 | 10 | 41 | 47 | 31 |
| Octal | 305 | 325 | 44 | 10 | 0 | 123 | 20 | 101 | 107 | 61 |
| Binary | 11000101 | 11010101 | 100100 | 1000 | 0 | 1010011 | 10000 | 1000001 | 1000111 | 110001 |
Color Harmonies of #C5D524
Complementary color
Monochromatic Colors of #C5D524
Black with #C5D524
Text Example
Text Example
White with #C5D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D524; }
p { color: rgb(197,213,36); }
H1.HeaderClassName
{
color: #C5D524;
}
.AnyTagClassName
{
color: #C5D524;
}
</style>
background-color css
<style>
a { background-color: #C5D524; }
a { background-color: rgb(197,213,36); }
div.DivClassName
{
background-color: #C5D524;
}
.BgClassName
{
background-color: #C5D524;
}
</style>
border-color css
<style>
span { border-color: #C5D524; }
span { border-color: rgb(197,213,36); }
td.TdClassName
{
border-color: #C5D524;
}
.TagClassName
{
border-color: #C5D524;
}
</style>