Shades of De York #7DC87F
Tints of De York #7DC87F
RGB
CMYK
RGB Variations
Color information
#7DC87F (or 0x7DC87F) is known color: De York. HEX triplet: 7D, C8 and 7F. RGB value is (125,200,127). Sum of RGB (Red+Green+Blue) = 125+200+127=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC87F is #823780. Grayscale: #A9A9A9. Windows color (decimal): -8533889 or 8374397. OLE color: 8374397.
HSL color Cylindrical-coordinate representation of color #7DC87F: hue angle of 121.6º 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 #7DC87F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 127 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.22 |
| HSL | 121.6º | 0.41% | 0.64% | - |
| HSV(B) | 121.6º | 0.38% | 0.78% | - |
| XYZ | 32.94 | 47.2 | 27.45 | - |
| YUV | 169.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 127 | 0.38 | 0 | 0.36 | 0.22 | 121.6 | 0.41 | 0.64 |
| Hex | 7D | C8 | 7F | 26 | 0 | 24 | 16 | 7A | 29 | 40 |
| Octal | 175 | 310 | 177 | 46 | 0 | 44 | 26 | 172 | 51 | 100 |
| Binary | 1111101 | 11001000 | 1111111 | 100110 | 0 | 100100 | 10110 | 1111010 | 101001 | 1000000 |
Color Harmonies of #7DC87F
Complementary color
Monochromatic Colors of #7DC87F
Black with #7DC87F
Text Example
Text Example
White with #7DC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC87F; }
p { color: rgb(125,200,127); }
H1.HeaderClassName
{
color: #7DC87F;
}
.AnyTagClassName
{
color: #7DC87F;
}
</style>
background-color css
<style>
a { background-color: #7DC87F; }
a { background-color: rgb(125,200,127); }
div.DivClassName
{
background-color: #7DC87F;
}
.BgClassName
{
background-color: #7DC87F;
}
</style>
border-color css
<style>
span { border-color: #7DC87F; }
span { border-color: rgb(125,200,127); }
td.TdClassName
{
border-color: #7DC87F;
}
.TagClassName
{
border-color: #7DC87F;
}
</style>