Shades of De York #85D27E
Tints of De York #85D27E
RGB
CMYK
RGB Variations
Color information
#85D27E (or 0x85D27E) is known color: De York. HEX triplet: 85, D2 and 7E. RGB value is (133,210,126). Sum of RGB (Red+Green+Blue) = 133+210+126=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #85D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D27E is #7A2D81. Grayscale: #B1B1B1. Windows color (decimal): -8007042 or 8311429. OLE color: 8311429.
HSL color Cylindrical-coordinate representation of color #85D27E: hue angle of 115º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D27E is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 126 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.18 |
| HSL | 115º | 0.48% | 0.66% | - |
| HSV(B) | 115º | 0.4% | 0.82% | - |
| XYZ | 36.49 | 52.59 | 27.97 | - |
| YUV | 177.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 126 | 0.37 | 0 | 0.4 | 0.18 | 115 | 0.48 | 0.66 |
| Hex | 85 | D2 | 7E | 25 | 0 | 28 | 12 | 73 | 30 | 42 |
| Octal | 205 | 322 | 176 | 45 | 0 | 50 | 22 | 163 | 60 | 102 |
| Binary | 10000101 | 11010010 | 1111110 | 100101 | 0 | 101000 | 10010 | 1110011 | 110000 | 1000010 |
Color Harmonies of #85D27E
Complementary color
Monochromatic Colors of #85D27E
Black with #85D27E
Text Example
Text Example
White with #85D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D27E; }
p { color: rgb(133,210,126); }
H1.HeaderClassName
{
color: #85D27E;
}
.AnyTagClassName
{
color: #85D27E;
}
</style>
background-color css
<style>
a { background-color: #85D27E; }
a { background-color: rgb(133,210,126); }
div.DivClassName
{
background-color: #85D27E;
}
.BgClassName
{
background-color: #85D27E;
}
</style>
border-color css
<style>
span { border-color: #85D27E; }
span { border-color: rgb(133,210,126); }
td.TdClassName
{
border-color: #85D27E;
}
.TagClassName
{
border-color: #85D27E;
}
</style>