Shades of Deco #C7D47D
Tints of Deco #C7D47D
RGB
CMYK
RGB Variations
Color information
#C7D47D (or 0xC7D47D) is known color: Deco. HEX triplet: C7, D4 and 7D. RGB value is (199,212,125). Sum of RGB (Red+Green+Blue) = 199+212+125=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D47D is #382B82. Grayscale: #C6C6C6. Windows color (decimal): -3681155 or 8246471. OLE color: 8246471.
HSL color Cylindrical-coordinate representation of color #C7D47D: hue angle of 68.97º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7D47D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 125 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.17 |
| HSL | 68.97º | 0.5% | 0.66% | - |
| HSV(B) | 68.97º | 0.41% | 0.83% | - |
| XYZ | 50.8 | 60.71 | 28.44 | - |
| YUV | 198.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 125 | 0.06 | 0 | 0.41 | 0.17 | 68.97 | 0.5 | 0.66 |
| Hex | C7 | D4 | 7D | 6 | 0 | 29 | 11 | 45 | 32 | 42 |
| Octal | 307 | 324 | 175 | 6 | 0 | 51 | 21 | 105 | 62 | 102 |
| Binary | 11000111 | 11010100 | 1111101 | 110 | 0 | 101001 | 10001 | 1000101 | 110010 | 1000010 |
Color Harmonies of #C7D47D
Complementary color
Monochromatic Colors of #C7D47D
Black with #C7D47D
Text Example
Text Example
White with #C7D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D47D; }
p { color: rgb(199,212,125); }
H1.HeaderClassName
{
color: #C7D47D;
}
.AnyTagClassName
{
color: #C7D47D;
}
</style>
background-color css
<style>
a { background-color: #C7D47D; }
a { background-color: rgb(199,212,125); }
div.DivClassName
{
background-color: #C7D47D;
}
.BgClassName
{
background-color: #C7D47D;
}
</style>
border-color css
<style>
span { border-color: #C7D47D; }
span { border-color: rgb(199,212,125); }
td.TdClassName
{
border-color: #C7D47D;
}
.TagClassName
{
border-color: #C7D47D;
}
</style>