Shades of Fuego #C5D828
Tints of Fuego #C5D828
RGB
CMYK
RGB Variations
Color information
#C5D828 (or 0xC5D828) is known color: Fuego. HEX triplet: C5, D8 and 28. RGB value is (197,216,40). Sum of RGB (Red+Green+Blue) = 197+216+40=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D828 is #3A27D7. Grayscale: #BEBEBE. Windows color (decimal): -3811288 or 2676933. OLE color: 2676933.
HSL color Cylindrical-coordinate representation of color #C5D828: hue angle of 66.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5D828 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 40 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.15 |
| HSL | 66.48º | 0.69% | 0.5% | - |
| HSV(B) | 66.48º | 0.81% | 0.85% | - |
| XYZ | 47.96 | 61.14 | 11.28 | - |
| YUV | 190.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 40 | 0.09 | 0 | 0.81 | 0.15 | 66.48 | 0.69 | 0.5 |
| Hex | C5 | D8 | 28 | 9 | 0 | 51 | F | 42 | 45 | 32 |
| Octal | 305 | 330 | 50 | 11 | 0 | 121 | 17 | 102 | 105 | 62 |
| Binary | 11000101 | 11011000 | 101000 | 1001 | 0 | 1010001 | 1111 | 1000010 | 1000101 | 110010 |
Color Harmonies of #C5D828
Complementary color
Monochromatic Colors of #C5D828
Black with #C5D828
Text Example
Text Example
White with #C5D828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D828; }
p { color: rgb(197,216,40); }
H1.HeaderClassName
{
color: #C5D828;
}
.AnyTagClassName
{
color: #C5D828;
}
</style>
background-color css
<style>
a { background-color: #C5D828; }
a { background-color: rgb(197,216,40); }
div.DivClassName
{
background-color: #C5D828;
}
.BgClassName
{
background-color: #C5D828;
}
</style>
border-color css
<style>
span { border-color: #C5D828; }
span { border-color: rgb(197,216,40); }
td.TdClassName
{
border-color: #C5D828;
}
.TagClassName
{
border-color: #C5D828;
}
</style>