Shades of Deco #C5D87D
Tints of Deco #C5D87D
RGB
CMYK
RGB Variations
Color information
#C5D87D (or 0xC5D87D) is known color: Deco. HEX triplet: C5, D8 and 7D. RGB value is (197,216,125). Sum of RGB (Red+Green+Blue) = 197+216+125=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D87D is #3A2782. Grayscale: #C8C8C8. Windows color (decimal): -3811203 or 8247493. OLE color: 8247493.
HSL color Cylindrical-coordinate representation of color #C5D87D: hue angle of 72.53º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D87D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 125 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.15 |
| HSL | 72.53º | 0.54% | 0.67% | - |
| HSV(B) | 72.53º | 0.42% | 0.85% | - |
| XYZ | 51.28 | 62.46 | 28.76 | - |
| YUV | 199.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 125 | 0.09 | 0 | 0.42 | 0.15 | 72.53 | 0.54 | 0.67 |
| Hex | C5 | D8 | 7D | 9 | 0 | 2A | F | 49 | 36 | 43 |
| Octal | 305 | 330 | 175 | 11 | 0 | 52 | 17 | 111 | 66 | 103 |
| Binary | 11000101 | 11011000 | 1111101 | 1001 | 0 | 101010 | 1111 | 1001001 | 110110 | 1000011 |
Color Harmonies of #C5D87D
Complementary color
Monochromatic Colors of #C5D87D
Black with #C5D87D
Text Example
Text Example
White with #C5D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D87D; }
p { color: rgb(197,216,125); }
H1.HeaderClassName
{
color: #C5D87D;
}
.AnyTagClassName
{
color: #C5D87D;
}
</style>
background-color css
<style>
a { background-color: #C5D87D; }
a { background-color: rgb(197,216,125); }
div.DivClassName
{
background-color: #C5D87D;
}
.BgClassName
{
background-color: #C5D87D;
}
</style>
border-color css
<style>
span { border-color: #C5D87D; }
span { border-color: rgb(197,216,125); }
td.TdClassName
{
border-color: #C5D87D;
}
.TagClassName
{
border-color: #C5D87D;
}
</style>