Shades of Deco #C5D490
Tints of Deco #C5D490
RGB
CMYK
RGB Variations
Color information
#C5D490 (or 0xC5D490) is known color: Deco. HEX triplet: C5, D4 and 90. RGB value is (197,212,144). Sum of RGB (Red+Green+Blue) = 197+212+144=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D490 is #3A2B6F. Grayscale: #C8C8C8. Windows color (decimal): -3812208 or 9491653. OLE color: 9491653.
HSL color Cylindrical-coordinate representation of color #C5D490: hue angle of 73.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5D490 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 144 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.17 |
| HSL | 73.24º | 0.44% | 0.7% | - |
| HSV(B) | 73.24º | 0.32% | 0.83% | - |
| XYZ | 51.6 | 60.97 | 35.43 | - |
| YUV | 199.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 144 | 0.07 | 0 | 0.32 | 0.17 | 73.24 | 0.44 | 0.7 |
| Hex | C5 | D4 | 90 | 7 | 0 | 20 | 11 | 49 | 2C | 46 |
| Octal | 305 | 324 | 220 | 7 | 0 | 40 | 21 | 111 | 54 | 106 |
| Binary | 11000101 | 11010100 | 10010000 | 111 | 0 | 100000 | 10001 | 1001001 | 101100 | 1000110 |
Color Harmonies of #C5D490
Complementary color
Monochromatic Colors of #C5D490
Black with #C5D490
Text Example
Text Example
White with #C5D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D490; }
p { color: rgb(197,212,144); }
H1.HeaderClassName
{
color: #C5D490;
}
.AnyTagClassName
{
color: #C5D490;
}
</style>
background-color css
<style>
a { background-color: #C5D490; }
a { background-color: rgb(197,212,144); }
div.DivClassName
{
background-color: #C5D490;
}
.BgClassName
{
background-color: #C5D490;
}
</style>
border-color css
<style>
span { border-color: #C5D490; }
span { border-color: rgb(197,212,144); }
td.TdClassName
{
border-color: #C5D490;
}
.TagClassName
{
border-color: #C5D490;
}
</style>