Shades of Deco #C5D971
Tints of Deco #C5D971
RGB
CMYK
RGB Variations
Color information
#C5D971 (or 0xC5D971) is known color: Deco. HEX triplet: C5, D9 and 71. RGB value is (197,217,113). Sum of RGB (Red+Green+Blue) = 197+217+113=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D971 is #3A268E. Grayscale: #C7C7C7. Windows color (decimal): -3810959 or 7461317. OLE color: 7461317.
HSL color Cylindrical-coordinate representation of color #C5D971: hue angle of 71.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5D971 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 113 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.15 |
| HSL | 71.54º | 0.58% | 0.65% | - |
| HSV(B) | 71.54º | 0.48% | 0.85% | - |
| XYZ | 50.82 | 62.69 | 25.04 | - |
| YUV | 199.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 113 | 0.09 | 0 | 0.48 | 0.15 | 71.54 | 0.58 | 0.65 |
| Hex | C5 | D9 | 71 | 9 | 0 | 30 | F | 48 | 3A | 41 |
| Octal | 305 | 331 | 161 | 11 | 0 | 60 | 17 | 110 | 72 | 101 |
| Binary | 11000101 | 11011001 | 1110001 | 1001 | 0 | 110000 | 1111 | 1001000 | 111010 | 1000001 |
Color Harmonies of #C5D971
Complementary color
Monochromatic Colors of #C5D971
Black with #C5D971
Text Example
Text Example
White with #C5D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D971; }
p { color: rgb(197,217,113); }
H1.HeaderClassName
{
color: #C5D971;
}
.AnyTagClassName
{
color: #C5D971;
}
</style>
background-color css
<style>
a { background-color: #C5D971; }
a { background-color: rgb(197,217,113); }
div.DivClassName
{
background-color: #C5D971;
}
.BgClassName
{
background-color: #C5D971;
}
</style>
border-color css
<style>
span { border-color: #C5D971; }
span { border-color: rgb(197,217,113); }
td.TdClassName
{
border-color: #C5D971;
}
.TagClassName
{
border-color: #C5D971;
}
</style>