Shades of Fuego #C5D927
Tints of Fuego #C5D927
RGB
CMYK
RGB Variations
Color information
#C5D927 (or 0xC5D927) is known color: Fuego. HEX triplet: C5, D9 and 27. RGB value is (197,217,39). Sum of RGB (Red+Green+Blue) = 197+217+39=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D927 is #3A26D8. Grayscale: #BFBFBF. Windows color (decimal): -3811033 or 2611653. OLE color: 2611653.
HSL color Cylindrical-coordinate representation of color #C5D927: hue angle of 66.74º degrees, saturation: 0.7, 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 #C5D927 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 39 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.15 |
| HSL | 66.74º | 0.7% | 0.5% | - |
| HSV(B) | 66.74º | 0.82% | 0.85% | - |
| XYZ | 48.21 | 61.64 | 11.28 | - |
| YUV | 190.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 39 | 0.09 | 0 | 0.82 | 0.15 | 66.74 | 0.7 | 0.5 |
| Hex | C5 | D9 | 27 | 9 | 0 | 52 | F | 43 | 46 | 32 |
| Octal | 305 | 331 | 47 | 11 | 0 | 122 | 17 | 103 | 106 | 62 |
| Binary | 11000101 | 11011001 | 100111 | 1001 | 0 | 1010010 | 1111 | 1000011 | 1000110 | 110010 |
Color Harmonies of #C5D927
Complementary color
Monochromatic Colors of #C5D927
Black with #C5D927
Text Example
Text Example
White with #C5D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D927; }
p { color: rgb(197,217,39); }
H1.HeaderClassName
{
color: #C5D927;
}
.AnyTagClassName
{
color: #C5D927;
}
</style>
background-color css
<style>
a { background-color: #C5D927; }
a { background-color: rgb(197,217,39); }
div.DivClassName
{
background-color: #C5D927;
}
.BgClassName
{
background-color: #C5D927;
}
</style>
border-color css
<style>
span { border-color: #C5D927; }
span { border-color: rgb(197,217,39); }
td.TdClassName
{
border-color: #C5D927;
}
.TagClassName
{
border-color: #C5D927;
}
</style>