Shades of Deco #C9DA7E
Tints of Deco #C9DA7E
RGB
CMYK
RGB Variations
Color information
#C9DA7E (or 0xC9DA7E) is known color: Deco. HEX triplet: C9, DA and 7E. RGB value is (201,218,126). Sum of RGB (Red+Green+Blue) = 201+218+126=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DA7E is #362581. Grayscale: #CACACA. Windows color (decimal): -3548546 or 8313545. OLE color: 8313545.
HSL color Cylindrical-coordinate representation of color #C9DA7E: hue angle of 71.09º degrees, saturation: 0.55, 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 #C9DA7E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 126 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.15 |
| HSL | 71.09º | 0.55% | 0.67% | - |
| HSV(B) | 71.09º | 0.42% | 0.85% | - |
| XYZ | 52.92 | 64.07 | 29.32 | - |
| YUV | 202.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 126 | 0.08 | 0 | 0.42 | 0.15 | 71.09 | 0.55 | 0.67 |
| Hex | C9 | DA | 7E | 8 | 0 | 2A | F | 47 | 37 | 43 |
| Octal | 311 | 332 | 176 | 10 | 0 | 52 | 17 | 107 | 67 | 103 |
| Binary | 11001001 | 11011010 | 1111110 | 1000 | 0 | 101010 | 1111 | 1000111 | 110111 | 1000011 |
Color Harmonies of #C9DA7E
Complementary color
Monochromatic Colors of #C9DA7E
Black with #C9DA7E
Text Example
Text Example
White with #C9DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA7E; }
p { color: rgb(201,218,126); }
H1.HeaderClassName
{
color: #C9DA7E;
}
.AnyTagClassName
{
color: #C9DA7E;
}
</style>
background-color css
<style>
a { background-color: #C9DA7E; }
a { background-color: rgb(201,218,126); }
div.DivClassName
{
background-color: #C9DA7E;
}
.BgClassName
{
background-color: #C9DA7E;
}
</style>
border-color css
<style>
span { border-color: #C9DA7E; }
span { border-color: rgb(201,218,126); }
td.TdClassName
{
border-color: #C9DA7E;
}
.TagClassName
{
border-color: #C9DA7E;
}
</style>