Shades of Fuego #C5D829
Tints of Fuego #C5D829
RGB
CMYK
RGB Variations
Color information
#C5D829 (or 0xC5D829) is known color: Fuego. HEX triplet: C5, D8 and 29. RGB value is (197,216,41). Sum of RGB (Red+Green+Blue) = 197+216+41=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D829 is #3A27D6. Grayscale: #BFBFBF. Windows color (decimal): -3811287 or 2742469. OLE color: 2742469.
HSL color Cylindrical-coordinate representation of color #C5D829: hue angle of 66.51º 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 #C5D829 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 41 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.15 |
| HSL | 66.51º | 0.69% | 0.5% | - |
| HSV(B) | 66.51º | 0.81% | 0.85% | - |
| XYZ | 47.98 | 61.14 | 11.37 | - |
| YUV | 190.37 | 43.71 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 41 | 0.09 | 0 | 0.81 | 0.15 | 66.51 | 0.69 | 0.5 |
| Hex | C5 | D8 | 29 | 9 | 0 | 51 | F | 43 | 45 | 32 |
| Octal | 305 | 330 | 51 | 11 | 0 | 121 | 17 | 103 | 105 | 62 |
| Binary | 11000101 | 11011000 | 101001 | 1001 | 0 | 1010001 | 1111 | 1000011 | 1000101 | 110010 |
Color Harmonies of #C5D829
Complementary color
Monochromatic Colors of #C5D829
Black with #C5D829
Text Example
Text Example
White with #C5D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D829; }
p { color: rgb(197,216,41); }
H1.HeaderClassName
{
color: #C5D829;
}
.AnyTagClassName
{
color: #C5D829;
}
</style>
background-color css
<style>
a { background-color: #C5D829; }
a { background-color: rgb(197,216,41); }
div.DivClassName
{
background-color: #C5D829;
}
.BgClassName
{
background-color: #C5D829;
}
</style>
border-color css
<style>
span { border-color: #C5D829; }
span { border-color: rgb(197,216,41); }
td.TdClassName
{
border-color: #C5D829;
}
.TagClassName
{
border-color: #C5D829;
}
</style>