Shades of Deco #C5CE7C
Tints of Deco #C5CE7C
RGB
CMYK
RGB Variations
Color information
#C5CE7C (or 0xC5CE7C) is known color: Deco. HEX triplet: C5, CE and 7C. RGB value is (197,206,124). Sum of RGB (Red+Green+Blue) = 197+206+124=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE7C is #3A3183. Grayscale: #C2C2C2. Windows color (decimal): -3813764 or 8179397. OLE color: 8179397.
HSL color Cylindrical-coordinate representation of color #C5CE7C: hue angle of 66.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5CE7C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 124 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.19 |
| HSL | 66.59º | 0.46% | 0.65% | - |
| HSV(B) | 66.59º | 0.4% | 0.81% | - |
| XYZ | 48.74 | 57.47 | 27.59 | - |
| YUV | 193.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 124 | 0.04 | 0 | 0.40 | 0.19 | 66.59 | 0.46 | 0.65 |
| Hex | C5 | CE | 7C | 4 | 0 | 28 | 13 | 43 | 2E | 41 |
| Octal | 305 | 316 | 174 | 4 | 0 | 50 | 23 | 103 | 56 | 101 |
| Binary | 11000101 | 11001110 | 1111100 | 100 | 0 | 101000 | 10011 | 1000011 | 101110 | 1000001 |
Color Harmonies of #C5CE7C
Complementary color
Monochromatic Colors of #C5CE7C
Black with #C5CE7C
Text Example
Text Example
White with #C5CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE7C; }
p { color: rgb(197,206,124); }
H1.HeaderClassName
{
color: #C5CE7C;
}
.AnyTagClassName
{
color: #C5CE7C;
}
</style>
background-color css
<style>
a { background-color: #C5CE7C; }
a { background-color: rgb(197,206,124); }
div.DivClassName
{
background-color: #C5CE7C;
}
.BgClassName
{
background-color: #C5CE7C;
}
</style>
border-color css
<style>
span { border-color: #C5CE7C; }
span { border-color: rgb(197,206,124); }
td.TdClassName
{
border-color: #C5CE7C;
}
.TagClassName
{
border-color: #C5CE7C;
}
</style>