Shades of Deco #C5D881
Tints of Deco #C5D881
RGB
CMYK
RGB Variations
Color information
#C5D881 (or 0xC5D881) is known color: Deco. HEX triplet: C5, D8 and 81. RGB value is (197,216,129). Sum of RGB (Red+Green+Blue) = 197+216+129=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D881 is #3A277E. Grayscale: #C8C8C8. Windows color (decimal): -3811199 or 8509637. OLE color: 8509637.
HSL color Cylindrical-coordinate representation of color #C5D881: hue angle of 73.1º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5D881 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 129 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.15 |
| HSL | 73.1º | 0.53% | 0.68% | - |
| HSV(B) | 73.1º | 0.4% | 0.85% | - |
| XYZ | 51.54 | 62.57 | 30.13 | - |
| YUV | 200.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 129 | 0.09 | 0 | 0.40 | 0.15 | 73.1 | 0.53 | 0.68 |
| Hex | C5 | D8 | 81 | 9 | 0 | 28 | F | 49 | 35 | 44 |
| Octal | 305 | 330 | 201 | 11 | 0 | 50 | 17 | 111 | 65 | 104 |
| Binary | 11000101 | 11011000 | 10000001 | 1001 | 0 | 101000 | 1111 | 1001001 | 110101 | 1000100 |
Color Harmonies of #C5D881
Complementary color
Monochromatic Colors of #C5D881
Black with #C5D881
Text Example
Text Example
White with #C5D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D881; }
p { color: rgb(197,216,129); }
H1.HeaderClassName
{
color: #C5D881;
}
.AnyTagClassName
{
color: #C5D881;
}
</style>
background-color css
<style>
a { background-color: #C5D881; }
a { background-color: rgb(197,216,129); }
div.DivClassName
{
background-color: #C5D881;
}
.BgClassName
{
background-color: #C5D881;
}
</style>
border-color css
<style>
span { border-color: #C5D881; }
span { border-color: rgb(197,216,129); }
td.TdClassName
{
border-color: #C5D881;
}
.TagClassName
{
border-color: #C5D881;
}
</style>