Shades of Deco #C7D58D
Tints of Deco #C7D58D
RGB
CMYK
RGB Variations
Color information
#C7D58D (or 0xC7D58D) is known color: Deco. HEX triplet: C7, D5 and 8D. RGB value is (199,213,141). Sum of RGB (Red+Green+Blue) = 199+213+141=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D58D is #382A72. Grayscale: #C8C8C8. Windows color (decimal): -3680883 or 9295303. OLE color: 9295303.
HSL color Cylindrical-coordinate representation of color #C7D58D: hue angle of 71.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7D58D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 141 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.16 |
| HSL | 71.67º | 0.46% | 0.69% | - |
| HSV(B) | 71.67º | 0.34% | 0.84% | - |
| XYZ | 52.16 | 61.65 | 34.35 | - |
| YUV | 200.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 141 | 0.07 | 0 | 0.34 | 0.16 | 71.67 | 0.46 | 0.69 |
| Hex | C7 | D5 | 8D | 7 | 0 | 22 | 10 | 48 | 2E | 45 |
| Octal | 307 | 325 | 215 | 7 | 0 | 42 | 20 | 110 | 56 | 105 |
| Binary | 11000111 | 11010101 | 10001101 | 111 | 0 | 100010 | 10000 | 1001000 | 101110 | 1000101 |
Color Harmonies of #C7D58D
Complementary color
Monochromatic Colors of #C7D58D
Black with #C7D58D
Text Example
Text Example
White with #C7D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D58D; }
p { color: rgb(199,213,141); }
H1.HeaderClassName
{
color: #C7D58D;
}
.AnyTagClassName
{
color: #C7D58D;
}
</style>
background-color css
<style>
a { background-color: #C7D58D; }
a { background-color: rgb(199,213,141); }
div.DivClassName
{
background-color: #C7D58D;
}
.BgClassName
{
background-color: #C7D58D;
}
</style>
border-color css
<style>
span { border-color: #C7D58D; }
span { border-color: rgb(199,213,141); }
td.TdClassName
{
border-color: #C7D58D;
}
.TagClassName
{
border-color: #C7D58D;
}
</style>