Shades of De York #7DC886
Tints of De York #7DC886
RGB
CMYK
RGB Variations
Color information
#7DC886 (or 0x7DC886) is known color: De York. HEX triplet: 7D, C8 and 86. RGB value is (125,200,134). Sum of RGB (Red+Green+Blue) = 125+200+134=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC886 is #823779. Grayscale: #AAAAAA. Windows color (decimal): -8533882 or 8833149. OLE color: 8833149.
HSL color Cylindrical-coordinate representation of color #7DC886: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC886 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 134 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.22 |
| HSL | 127.2º | 0.41% | 0.64% | - |
| HSV(B) | 127.2º | 0.38% | 0.78% | - |
| XYZ | 33.41 | 47.39 | 29.94 | - |
| YUV | 170.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 134 | 0.38 | 0 | 0.33 | 0.22 | 127.2 | 0.41 | 0.64 |
| Hex | 7D | C8 | 86 | 26 | 0 | 21 | 16 | 7F | 29 | 40 |
| Octal | 175 | 310 | 206 | 46 | 0 | 41 | 26 | 177 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10000110 | 100110 | 0 | 100001 | 10110 | 1111111 | 101001 | 1000000 |
Color Harmonies of #7DC886
Complementary color
Monochromatic Colors of #7DC886
Black with #7DC886
Text Example
Text Example
White with #7DC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC886; }
p { color: rgb(125,200,134); }
H1.HeaderClassName
{
color: #7DC886;
}
.AnyTagClassName
{
color: #7DC886;
}
</style>
background-color css
<style>
a { background-color: #7DC886; }
a { background-color: rgb(125,200,134); }
div.DivClassName
{
background-color: #7DC886;
}
.BgClassName
{
background-color: #7DC886;
}
</style>
border-color css
<style>
span { border-color: #7DC886; }
span { border-color: rgb(125,200,134); }
td.TdClassName
{
border-color: #7DC886;
}
.TagClassName
{
border-color: #7DC886;
}
</style>