Shades of De York #85D77F
Tints of De York #85D77F
RGB
CMYK
RGB Variations
Color information
#85D77F (or 0x85D77F) is known color: De York. HEX triplet: 85, D7 and 7F. RGB value is (133,215,127). Sum of RGB (Red+Green+Blue) = 133+215+127=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #85D77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D77F is #7A2880. Grayscale: #B4B4B4. Windows color (decimal): -8005761 or 8378245. OLE color: 8378245.
HSL color Cylindrical-coordinate representation of color #85D77F: hue angle of 115.91º 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 #85D77F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 127 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.16 |
| HSL | 115.91º | 0.52% | 0.67% | - |
| HSV(B) | 115.91º | 0.41% | 0.84% | - |
| XYZ | 37.8 | 55.12 | 28.73 | - |
| YUV | 180.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 127 | 0.38 | 0 | 0.41 | 0.16 | 115.91 | 0.52 | 0.67 |
| Hex | 85 | D7 | 7F | 26 | 0 | 29 | 10 | 74 | 34 | 43 |
| Octal | 205 | 327 | 177 | 46 | 0 | 51 | 20 | 164 | 64 | 103 |
| Binary | 10000101 | 11010111 | 1111111 | 100110 | 0 | 101001 | 10000 | 1110100 | 110100 | 1000011 |
Color Harmonies of #85D77F
Complementary color
Monochromatic Colors of #85D77F
Black with #85D77F
Text Example
Text Example
White with #85D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D77F; }
p { color: rgb(133,215,127); }
H1.HeaderClassName
{
color: #85D77F;
}
.AnyTagClassName
{
color: #85D77F;
}
</style>
background-color css
<style>
a { background-color: #85D77F; }
a { background-color: rgb(133,215,127); }
div.DivClassName
{
background-color: #85D77F;
}
.BgClassName
{
background-color: #85D77F;
}
</style>
border-color css
<style>
span { border-color: #85D77F; }
span { border-color: rgb(133,215,127); }
td.TdClassName
{
border-color: #85D77F;
}
.TagClassName
{
border-color: #85D77F;
}
</style>