Shades of Deco #C5D48E
Tints of Deco #C5D48E
RGB
CMYK
RGB Variations
Color information
#C5D48E (or 0xC5D48E) is known color: Deco. HEX triplet: C5, D4 and 8E. RGB value is (197,212,142). Sum of RGB (Red+Green+Blue) = 197+212+142=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D48E is #3A2B71. Grayscale: #C7C7C7. Windows color (decimal): -3812210 or 9360581. OLE color: 9360581.
HSL color Cylindrical-coordinate representation of color #C5D48E: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D48E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 142 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.17 |
| HSL | 72.86º | 0.45% | 0.69% | - |
| HSV(B) | 72.86º | 0.33% | 0.83% | - |
| XYZ | 51.45 | 60.91 | 34.64 | - |
| YUV | 199.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 142 | 0.07 | 0 | 0.33 | 0.17 | 72.86 | 0.45 | 0.69 |
| Hex | C5 | D4 | 8E | 7 | 0 | 21 | 11 | 49 | 2D | 45 |
| Octal | 305 | 324 | 216 | 7 | 0 | 41 | 21 | 111 | 55 | 105 |
| Binary | 11000101 | 11010100 | 10001110 | 111 | 0 | 100001 | 10001 | 1001001 | 101101 | 1000101 |
Color Harmonies of #C5D48E
Complementary color
Monochromatic Colors of #C5D48E
Black with #C5D48E
Text Example
Text Example
White with #C5D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D48E; }
p { color: rgb(197,212,142); }
H1.HeaderClassName
{
color: #C5D48E;
}
.AnyTagClassName
{
color: #C5D48E;
}
</style>
background-color css
<style>
a { background-color: #C5D48E; }
a { background-color: rgb(197,212,142); }
div.DivClassName
{
background-color: #C5D48E;
}
.BgClassName
{
background-color: #C5D48E;
}
</style>
border-color css
<style>
span { border-color: #C5D48E; }
span { border-color: rgb(197,212,142); }
td.TdClassName
{
border-color: #C5D48E;
}
.TagClassName
{
border-color: #C5D48E;
}
</style>