Shades of Deco #C5D17A
Tints of Deco #C5D17A
RGB
CMYK
RGB Variations
Color information
#C5D17A (or 0xC5D17A) is known color: Deco. HEX triplet: C5, D1 and 7A. RGB value is (197,209,122). Sum of RGB (Red+Green+Blue) = 197+209+122=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D17A is #3A2E85. Grayscale: #C3C3C3. Windows color (decimal): -3812998 or 8049093. OLE color: 8049093.
HSL color Cylindrical-coordinate representation of color #C5D17A: hue angle of 68.28º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D17A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 122 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.18 |
| HSL | 68.28º | 0.49% | 0.65% | - |
| HSV(B) | 68.28º | 0.42% | 0.82% | - |
| XYZ | 49.34 | 58.88 | 27.18 | - |
| YUV | 195.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 122 | 0.06 | 0 | 0.42 | 0.18 | 68.28 | 0.49 | 0.65 |
| Hex | C5 | D1 | 7A | 6 | 0 | 2A | 12 | 44 | 31 | 41 |
| Octal | 305 | 321 | 172 | 6 | 0 | 52 | 22 | 104 | 61 | 101 |
| Binary | 11000101 | 11010001 | 1111010 | 110 | 0 | 101010 | 10010 | 1000100 | 110001 | 1000001 |
Color Harmonies of #C5D17A
Complementary color
Monochromatic Colors of #C5D17A
Black with #C5D17A
Text Example
Text Example
White with #C5D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D17A; }
p { color: rgb(197,209,122); }
H1.HeaderClassName
{
color: #C5D17A;
}
.AnyTagClassName
{
color: #C5D17A;
}
</style>
background-color css
<style>
a { background-color: #C5D17A; }
a { background-color: rgb(197,209,122); }
div.DivClassName
{
background-color: #C5D17A;
}
.BgClassName
{
background-color: #C5D17A;
}
</style>
border-color css
<style>
span { border-color: #C5D17A; }
span { border-color: rgb(197,209,122); }
td.TdClassName
{
border-color: #C5D17A;
}
.TagClassName
{
border-color: #C5D17A;
}
</style>