Shades of Deco #C5D58F
Tints of Deco #C5D58F
RGB
CMYK
RGB Variations
Color information
#C5D58F (or 0xC5D58F) is known color: Deco. HEX triplet: C5, D5 and 8F. RGB value is (197,213,143). Sum of RGB (Red+Green+Blue) = 197+213+143=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D58F is #3A2A70. Grayscale: #C8C8C8. Windows color (decimal): -3811953 or 9426373. OLE color: 9426373.
HSL color Cylindrical-coordinate representation of color #C5D58F: hue angle of 73.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D58F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 143 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 73.71º | 0.45% | 0.7% | - |
| HSV(B) | 73.71º | 0.33% | 0.84% | - |
| XYZ | 51.78 | 61.44 | 35.12 | - |
| YUV | 200.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 143 | 0.08 | 0 | 0.33 | 0.16 | 73.71 | 0.45 | 0.7 |
| Hex | C5 | D5 | 8F | 8 | 0 | 21 | 10 | 4A | 2D | 46 |
| Octal | 305 | 325 | 217 | 10 | 0 | 41 | 20 | 112 | 55 | 106 |
| Binary | 11000101 | 11010101 | 10001111 | 1000 | 0 | 100001 | 10000 | 1001010 | 101101 | 1000110 |
Color Harmonies of #C5D58F
Complementary color
Monochromatic Colors of #C5D58F
Black with #C5D58F
Text Example
Text Example
White with #C5D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D58F; }
p { color: rgb(197,213,143); }
H1.HeaderClassName
{
color: #C5D58F;
}
.AnyTagClassName
{
color: #C5D58F;
}
</style>
background-color css
<style>
a { background-color: #C5D58F; }
a { background-color: rgb(197,213,143); }
div.DivClassName
{
background-color: #C5D58F;
}
.BgClassName
{
background-color: #C5D58F;
}
</style>
border-color css
<style>
span { border-color: #C5D58F; }
span { border-color: rgb(197,213,143); }
td.TdClassName
{
border-color: #C5D58F;
}
.TagClassName
{
border-color: #C5D58F;
}
</style>