Shades of Deco #C5D57A
Tints of Deco #C5D57A
RGB
CMYK
RGB Variations
Color information
#C5D57A (or 0xC5D57A) is known color: Deco. HEX triplet: C5, D5 and 7A. RGB value is (197,213,122). Sum of RGB (Red+Green+Blue) = 197+213+122=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D57A is #3A2A85. Grayscale: #C6C6C6. Windows color (decimal): -3811974 or 8050117. OLE color: 8050117.
HSL color Cylindrical-coordinate representation of color #C5D57A: hue angle of 70.55º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5D57A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 122 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.16 |
| HSL | 70.55º | 0.52% | 0.66% | - |
| HSV(B) | 70.55º | 0.43% | 0.84% | - |
| XYZ | 50.33 | 60.86 | 27.51 | - |
| YUV | 197.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 122 | 0.08 | 0 | 0.43 | 0.16 | 70.55 | 0.52 | 0.66 |
| Hex | C5 | D5 | 7A | 8 | 0 | 2B | 10 | 47 | 34 | 42 |
| Octal | 305 | 325 | 172 | 10 | 0 | 53 | 20 | 107 | 64 | 102 |
| Binary | 11000101 | 11010101 | 1111010 | 1000 | 0 | 101011 | 10000 | 1000111 | 110100 | 1000010 |
Color Harmonies of #C5D57A
Complementary color
Monochromatic Colors of #C5D57A
Black with #C5D57A
Text Example
Text Example
White with #C5D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D57A; }
p { color: rgb(197,213,122); }
H1.HeaderClassName
{
color: #C5D57A;
}
.AnyTagClassName
{
color: #C5D57A;
}
</style>
background-color css
<style>
a { background-color: #C5D57A; }
a { background-color: rgb(197,213,122); }
div.DivClassName
{
background-color: #C5D57A;
}
.BgClassName
{
background-color: #C5D57A;
}
</style>
border-color css
<style>
span { border-color: #C5D57A; }
span { border-color: rgb(197,213,122); }
td.TdClassName
{
border-color: #C5D57A;
}
.TagClassName
{
border-color: #C5D57A;
}
</style>