Shades of Deco #C5D27E
Tints of Deco #C5D27E
RGB
CMYK
RGB Variations
Color information
#C5D27E (or 0xC5D27E) is known color: Deco. HEX triplet: C5, D2 and 7E. RGB value is (197,210,126). Sum of RGB (Red+Green+Blue) = 197+210+126=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D27E is #3A2D81. Grayscale: #C4C4C4. Windows color (decimal): -3812738 or 8311493. OLE color: 8311493.
HSL color Cylindrical-coordinate representation of color #C5D27E: hue angle of 69.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5D27E is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 126 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.18 |
| HSL | 69.29º | 0.48% | 0.66% | - |
| HSV(B) | 69.29º | 0.4% | 0.82% | - |
| XYZ | 49.84 | 59.47 | 28.59 | - |
| YUV | 196.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 126 | 0.06 | 0 | 0.4 | 0.18 | 69.29 | 0.48 | 0.66 |
| Hex | C5 | D2 | 7E | 6 | 0 | 28 | 12 | 45 | 30 | 42 |
| Octal | 305 | 322 | 176 | 6 | 0 | 50 | 22 | 105 | 60 | 102 |
| Binary | 11000101 | 11010010 | 1111110 | 110 | 0 | 101000 | 10010 | 1000101 | 110000 | 1000010 |
Color Harmonies of #C5D27E
Complementary color
Monochromatic Colors of #C5D27E
Black with #C5D27E
Text Example
Text Example
White with #C5D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D27E; }
p { color: rgb(197,210,126); }
H1.HeaderClassName
{
color: #C5D27E;
}
.AnyTagClassName
{
color: #C5D27E;
}
</style>
background-color css
<style>
a { background-color: #C5D27E; }
a { background-color: rgb(197,210,126); }
div.DivClassName
{
background-color: #C5D27E;
}
.BgClassName
{
background-color: #C5D27E;
}
</style>
border-color css
<style>
span { border-color: #C5D27E; }
span { border-color: rgb(197,210,126); }
td.TdClassName
{
border-color: #C5D27E;
}
.TagClassName
{
border-color: #C5D27E;
}
</style>