Shades of Fuego #C4D524
Tints of Fuego #C4D524
RGB
CMYK
RGB Variations
Color information
#C4D524 (or 0xC4D524) is known color: Fuego. HEX triplet: C4, D5 and 24. RGB value is (196,213,36). Sum of RGB (Red+Green+Blue) = 196+213+36=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D524 is #3B2ADB. Grayscale: #BCBCBC. Windows color (decimal): -3877596 or 2414020. OLE color: 2414020.
HSL color Cylindrical-coordinate representation of color #C4D524: hue angle of 65.76º 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 #C4D524 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 36 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.16 |
| HSL | 65.76º | 0.71% | 0.49% | - |
| HSV(B) | 65.76º | 0.83% | 0.84% | - |
| XYZ | 46.88 | 59.45 | 10.67 | - |
| YUV | 187.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 36 | 0.08 | 0 | 0.83 | 0.16 | 65.76 | 0.71 | 0.49 |
| Hex | C4 | D5 | 24 | 8 | 0 | 53 | 10 | 42 | 47 | 31 |
| Octal | 304 | 325 | 44 | 10 | 0 | 123 | 20 | 102 | 107 | 61 |
| Binary | 11000100 | 11010101 | 100100 | 1000 | 0 | 1010011 | 10000 | 1000010 | 1000111 | 110001 |
Color Harmonies of #C4D524
Complementary color
Monochromatic Colors of #C4D524
Black with #C4D524
Text Example
Text Example
White with #C4D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D524; }
p { color: rgb(196,213,36); }
H1.HeaderClassName
{
color: #C4D524;
}
.AnyTagClassName
{
color: #C4D524;
}
</style>
background-color css
<style>
a { background-color: #C4D524; }
a { background-color: rgb(196,213,36); }
div.DivClassName
{
background-color: #C4D524;
}
.BgClassName
{
background-color: #C4D524;
}
</style>
border-color css
<style>
span { border-color: #C4D524; }
span { border-color: rgb(196,213,36); }
td.TdClassName
{
border-color: #C4D524;
}
.TagClassName
{
border-color: #C4D524;
}
</style>