Shades of Fuego #C5CD37
Tints of Fuego #C5CD37
RGB
CMYK
RGB Variations
Color information
#C5CD37 (or 0xC5CD37) is known color: Fuego. HEX triplet: C5, CD and 37. RGB value is (197,205,55). Sum of RGB (Red+Green+Blue) = 197+205+55=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD37 is #3A32C8. Grayscale: #BABABA. Windows color (decimal): -3814089 or 3657157. OLE color: 3657157.
HSL color Cylindrical-coordinate representation of color #C5CD37: hue angle of 63.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5CD37 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 55 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.20 |
| HSL | 63.2º | 0.6% | 0.51% | - |
| HSV(B) | 63.2º | 0.73% | 0.8% | - |
| XYZ | 45.55 | 55.81 | 11.99 | - |
| YUV | 185.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 55 | 0.04 | 0 | 0.73 | 0.20 | 63.2 | 0.6 | 0.51 |
| Hex | C5 | CD | 37 | 4 | 0 | 49 | 14 | 3F | 3C | 33 |
| Octal | 305 | 315 | 67 | 4 | 0 | 111 | 24 | 77 | 74 | 63 |
| Binary | 11000101 | 11001101 | 110111 | 100 | 0 | 1001001 | 10100 | 111111 | 111100 | 110011 |
Color Harmonies of #C5CD37
Complementary color
Monochromatic Colors of #C5CD37
Black with #C5CD37
Text Example
Text Example
White with #C5CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD37; }
p { color: rgb(197,205,55); }
H1.HeaderClassName
{
color: #C5CD37;
}
.AnyTagClassName
{
color: #C5CD37;
}
</style>
background-color css
<style>
a { background-color: #C5CD37; }
a { background-color: rgb(197,205,55); }
div.DivClassName
{
background-color: #C5CD37;
}
.BgClassName
{
background-color: #C5CD37;
}
</style>
border-color css
<style>
span { border-color: #C5CD37; }
span { border-color: rgb(197,205,55); }
td.TdClassName
{
border-color: #C5CD37;
}
.TagClassName
{
border-color: #C5CD37;
}
</style>