Shades of Deco #C5D788
Tints of Deco #C5D788
RGB
CMYK
RGB Variations
Color information
#C5D788 (or 0xC5D788) is known color: Deco. HEX triplet: C5, D7 and 88. RGB value is (197,215,136). Sum of RGB (Red+Green+Blue) = 197+215+136=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D788 is #3A2877. Grayscale: #C8C8C8. Windows color (decimal): -3811448 or 8968133. OLE color: 8968133.
HSL color Cylindrical-coordinate representation of color #C5D788: hue angle of 73.67º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5D788 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 136 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.16 |
| HSL | 73.67º | 0.5% | 0.69% | - |
| HSV(B) | 73.67º | 0.37% | 0.84% | - |
| XYZ | 51.77 | 62.25 | 32.58 | - |
| YUV | 200.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 136 | 0.08 | 0 | 0.37 | 0.16 | 73.67 | 0.5 | 0.69 |
| Hex | C5 | D7 | 88 | 8 | 0 | 25 | 10 | 4A | 32 | 45 |
| Octal | 305 | 327 | 210 | 10 | 0 | 45 | 20 | 112 | 62 | 105 |
| Binary | 11000101 | 11010111 | 10001000 | 1000 | 0 | 100101 | 10000 | 1001010 | 110010 | 1000101 |
Color Harmonies of #C5D788
Complementary color
Monochromatic Colors of #C5D788
Black with #C5D788
Text Example
Text Example
White with #C5D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D788; }
p { color: rgb(197,215,136); }
H1.HeaderClassName
{
color: #C5D788;
}
.AnyTagClassName
{
color: #C5D788;
}
</style>
background-color css
<style>
a { background-color: #C5D788; }
a { background-color: rgb(197,215,136); }
div.DivClassName
{
background-color: #C5D788;
}
.BgClassName
{
background-color: #C5D788;
}
</style>
border-color css
<style>
span { border-color: #C5D788; }
span { border-color: rgb(197,215,136); }
td.TdClassName
{
border-color: #C5D788;
}
.TagClassName
{
border-color: #C5D788;
}
</style>