Shades of De York #7FD096
Tints of De York #7FD096
RGB
CMYK
RGB Variations
Color information
#7FD096 (or 0x7FD096) is known color: De York. HEX triplet: 7F, D0 and 96. RGB value is (127,208,150). Sum of RGB (Red+Green+Blue) = 127+208+150=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD096 is #802F69. Grayscale: #B1B1B1. Windows color (decimal): -8400746 or 9883775. OLE color: 9883775.
HSL color Cylindrical-coordinate representation of color #7FD096: hue angle of 137.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD096 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 150 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.18 |
| HSL | 137.04º | 0.46% | 0.66% | - |
| HSV(B) | 137.04º | 0.39% | 0.82% | - |
| XYZ | 36.81 | 51.83 | 36.92 | - |
| YUV | 177.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 150 | 0.39 | 0 | 0.28 | 0.18 | 137.04 | 0.46 | 0.66 |
| Hex | 7F | D0 | 96 | 27 | 0 | 1C | 12 | 89 | 2E | 42 |
| Octal | 177 | 320 | 226 | 47 | 0 | 34 | 22 | 211 | 56 | 102 |
| Binary | 1111111 | 11010000 | 10010110 | 100111 | 0 | 11100 | 10010 | 10001001 | 101110 | 1000010 |
Color Harmonies of #7FD096
Complementary color
Monochromatic Colors of #7FD096
Black with #7FD096
Text Example
Text Example
White with #7FD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD096; }
p { color: rgb(127,208,150); }
H1.HeaderClassName
{
color: #7FD096;
}
.AnyTagClassName
{
color: #7FD096;
}
</style>
background-color css
<style>
a { background-color: #7FD096; }
a { background-color: rgb(127,208,150); }
div.DivClassName
{
background-color: #7FD096;
}
.BgClassName
{
background-color: #7FD096;
}
</style>
border-color css
<style>
span { border-color: #7FD096; }
span { border-color: rgb(127,208,150); }
td.TdClassName
{
border-color: #7FD096;
}
.TagClassName
{
border-color: #7FD096;
}
</style>