Shades of Fuego #C5D827
Tints of Fuego #C5D827
RGB
CMYK
RGB Variations
Color information
#C5D827 (or 0xC5D827) is known color: Fuego. HEX triplet: C5, D8 and 27. RGB value is (197,216,39). Sum of RGB (Red+Green+Blue) = 197+216+39=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D827 is #3A27D8. Grayscale: #BEBEBE. Windows color (decimal): -3811289 or 2611397. OLE color: 2611397.
HSL color Cylindrical-coordinate representation of color #C5D827: hue angle of 66.44º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5D827 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 39 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.15 |
| HSL | 66.44º | 0.69% | 0.5% | - |
| HSV(B) | 66.44º | 0.82% | 0.85% | - |
| XYZ | 47.95 | 61.13 | 11.19 | - |
| YUV | 190.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 39 | 0.09 | 0 | 0.82 | 0.15 | 66.44 | 0.69 | 0.5 |
| Hex | C5 | D8 | 27 | 9 | 0 | 52 | F | 42 | 45 | 32 |
| Octal | 305 | 330 | 47 | 11 | 0 | 122 | 17 | 102 | 105 | 62 |
| Binary | 11000101 | 11011000 | 100111 | 1001 | 0 | 1010010 | 1111 | 1000010 | 1000101 | 110010 |
Color Harmonies of #C5D827
Complementary color
Monochromatic Colors of #C5D827
Black with #C5D827
Text Example
Text Example
White with #C5D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D827; }
p { color: rgb(197,216,39); }
H1.HeaderClassName
{
color: #C5D827;
}
.AnyTagClassName
{
color: #C5D827;
}
</style>
background-color css
<style>
a { background-color: #C5D827; }
a { background-color: rgb(197,216,39); }
div.DivClassName
{
background-color: #C5D827;
}
.BgClassName
{
background-color: #C5D827;
}
</style>
border-color css
<style>
span { border-color: #C5D827; }
span { border-color: rgb(197,216,39); }
td.TdClassName
{
border-color: #C5D827;
}
.TagClassName
{
border-color: #C5D827;
}
</style>