Shades of De York #7FD785
Tints of De York #7FD785
RGB
CMYK
RGB Variations
Color information
#7FD785 (or 0x7FD785) is known color: De York. HEX triplet: 7F, D7 and 85. RGB value is (127,215,133). Sum of RGB (Red+Green+Blue) = 127+215+133=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD785 is #80287A. Grayscale: #B3B3B3. Windows color (decimal): -8398971 or 8771455. OLE color: 8771455.
HSL color Cylindrical-coordinate representation of color #7FD785: hue angle of 124.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD785 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 215 | 133 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.16 |
| HSL | 124.09º | 0.52% | 0.67% | - |
| HSV(B) | 124.09º | 0.41% | 0.84% | - |
| XYZ | 37.29 | 54.81 | 30.8 | - |
| YUV | 179.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 215 | 133 | 0.41 | 0 | 0.38 | 0.16 | 124.09 | 0.52 | 0.67 |
| Hex | 7F | D7 | 85 | 29 | 0 | 26 | 10 | 7C | 34 | 43 |
| Octal | 177 | 327 | 205 | 51 | 0 | 46 | 20 | 174 | 64 | 103 |
| Binary | 1111111 | 11010111 | 10000101 | 101001 | 0 | 100110 | 10000 | 1111100 | 110100 | 1000011 |
Color Harmonies of #7FD785
Complementary color
Monochromatic Colors of #7FD785
Black with #7FD785
Text Example
Text Example
White with #7FD785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD785; }
p { color: rgb(127,215,133); }
H1.HeaderClassName
{
color: #7FD785;
}
.AnyTagClassName
{
color: #7FD785;
}
</style>
background-color css
<style>
a { background-color: #7FD785; }
a { background-color: rgb(127,215,133); }
div.DivClassName
{
background-color: #7FD785;
}
.BgClassName
{
background-color: #7FD785;
}
</style>
border-color css
<style>
span { border-color: #7FD785; }
span { border-color: rgb(127,215,133); }
td.TdClassName
{
border-color: #7FD785;
}
.TagClassName
{
border-color: #7FD785;
}
</style>