Shades of Deco #C7D87D
Tints of Deco #C7D87D
RGB
CMYK
RGB Variations
Color information
#C7D87D (or 0xC7D87D) is known color: Deco. HEX triplet: C7, D8 and 7D. RGB value is (199,216,125). Sum of RGB (Red+Green+Blue) = 199+216+125=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D87D is #382782. Grayscale: #C8C8C8. Windows color (decimal): -3680131 or 8247495. OLE color: 8247495.
HSL color Cylindrical-coordinate representation of color #C7D87D: hue angle of 71.21º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D87D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 125 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.15 |
| HSL | 71.21º | 0.54% | 0.67% | - |
| HSV(B) | 71.21º | 0.42% | 0.85% | - |
| XYZ | 51.81 | 62.73 | 28.78 | - |
| YUV | 200.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 125 | 0.08 | 0 | 0.42 | 0.15 | 71.21 | 0.54 | 0.67 |
| Hex | C7 | D8 | 7D | 8 | 0 | 2A | F | 47 | 36 | 43 |
| Octal | 307 | 330 | 175 | 10 | 0 | 52 | 17 | 107 | 66 | 103 |
| Binary | 11000111 | 11011000 | 1111101 | 1000 | 0 | 101010 | 1111 | 1000111 | 110110 | 1000011 |
Color Harmonies of #C7D87D
Complementary color
Monochromatic Colors of #C7D87D
Black with #C7D87D
Text Example
Text Example
White with #C7D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D87D; }
p { color: rgb(199,216,125); }
H1.HeaderClassName
{
color: #C7D87D;
}
.AnyTagClassName
{
color: #C7D87D;
}
</style>
background-color css
<style>
a { background-color: #C7D87D; }
a { background-color: rgb(199,216,125); }
div.DivClassName
{
background-color: #C7D87D;
}
.BgClassName
{
background-color: #C7D87D;
}
</style>
border-color css
<style>
span { border-color: #C7D87D; }
span { border-color: rgb(199,216,125); }
td.TdClassName
{
border-color: #C7D87D;
}
.TagClassName
{
border-color: #C7D87D;
}
</style>