Shades of Deco #C7D58E
Tints of Deco #C7D58E
RGB
CMYK
RGB Variations
Color information
#C7D58E (or 0xC7D58E) is known color: Deco. HEX triplet: C7, D5 and 8E. RGB value is (199,213,142). Sum of RGB (Red+Green+Blue) = 199+213+142=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D58E is #382A71. Grayscale: #C8C8C8. Windows color (decimal): -3680882 or 9360839. OLE color: 9360839.
HSL color Cylindrical-coordinate representation of color #C7D58E: hue angle of 71.83º degrees, saturation: 0.46, 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 #C7D58E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 142 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.16 |
| HSL | 71.83º | 0.46% | 0.7% | - |
| HSV(B) | 71.83º | 0.33% | 0.84% | - |
| XYZ | 52.23 | 61.68 | 34.74 | - |
| YUV | 200.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 142 | 0.07 | 0 | 0.33 | 0.16 | 71.83 | 0.46 | 0.7 |
| Hex | C7 | D5 | 8E | 7 | 0 | 21 | 10 | 48 | 2E | 46 |
| Octal | 307 | 325 | 216 | 7 | 0 | 41 | 20 | 110 | 56 | 106 |
| Binary | 11000111 | 11010101 | 10001110 | 111 | 0 | 100001 | 10000 | 1001000 | 101110 | 1000110 |
Color Harmonies of #C7D58E
Complementary color
Monochromatic Colors of #C7D58E
Black with #C7D58E
Text Example
Text Example
White with #C7D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D58E; }
p { color: rgb(199,213,142); }
H1.HeaderClassName
{
color: #C7D58E;
}
.AnyTagClassName
{
color: #C7D58E;
}
</style>
background-color css
<style>
a { background-color: #C7D58E; }
a { background-color: rgb(199,213,142); }
div.DivClassName
{
background-color: #C7D58E;
}
.BgClassName
{
background-color: #C7D58E;
}
</style>
border-color css
<style>
span { border-color: #C7D58E; }
span { border-color: rgb(199,213,142); }
td.TdClassName
{
border-color: #C7D58E;
}
.TagClassName
{
border-color: #C7D58E;
}
</style>