Shades of Deco #C5D391
Tints of Deco #C5D391
RGB
CMYK
RGB Variations
Color information
#C5D391 (or 0xC5D391) is known color: Deco. HEX triplet: C5, D3 and 91. RGB value is (197,211,145). Sum of RGB (Red+Green+Blue) = 197+211+145=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D391 is #3A2C6E. Grayscale: #C7C7C7. Windows color (decimal): -3812463 or 9556933. OLE color: 9556933.
HSL color Cylindrical-coordinate representation of color #C5D391: hue angle of 72.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5D391 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 145 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.17 |
| HSL | 72.73º | 0.43% | 0.7% | - |
| HSV(B) | 72.73º | 0.31% | 0.83% | - |
| XYZ | 51.43 | 60.5 | 35.76 | - |
| YUV | 199.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 145 | 0.07 | 0 | 0.31 | 0.17 | 72.73 | 0.43 | 0.7 |
| Hex | C5 | D3 | 91 | 7 | 0 | 1F | 11 | 49 | 2B | 46 |
| Octal | 305 | 323 | 221 | 7 | 0 | 37 | 21 | 111 | 53 | 106 |
| Binary | 11000101 | 11010011 | 10010001 | 111 | 0 | 11111 | 10001 | 1001001 | 101011 | 1000110 |
Color Harmonies of #C5D391
Complementary color
Monochromatic Colors of #C5D391
Black with #C5D391
Text Example
Text Example
White with #C5D391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D391; }
p { color: rgb(197,211,145); }
H1.HeaderClassName
{
color: #C5D391;
}
.AnyTagClassName
{
color: #C5D391;
}
</style>
background-color css
<style>
a { background-color: #C5D391; }
a { background-color: rgb(197,211,145); }
div.DivClassName
{
background-color: #C5D391;
}
.BgClassName
{
background-color: #C5D391;
}
</style>
border-color css
<style>
span { border-color: #C5D391; }
span { border-color: rgb(197,211,145); }
td.TdClassName
{
border-color: #C5D391;
}
.TagClassName
{
border-color: #C5D391;
}
</style>