Shades of De York #85D27F
Tints of De York #85D27F
RGB
CMYK
RGB Variations
Color information
#85D27F (or 0x85D27F) is known color: De York. HEX triplet: 85, D2 and 7F. RGB value is (133,210,127). Sum of RGB (Red+Green+Blue) = 133+210+127=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #85D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D27F is #7A2D80. Grayscale: #B1B1B1. Windows color (decimal): -8007041 or 8376965. OLE color: 8376965.
HSL color Cylindrical-coordinate representation of color #85D27F: hue angle of 115.66º 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 #85D27F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 127 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.18 |
| HSL | 115.66º | 0.48% | 0.66% | - |
| HSV(B) | 115.66º | 0.4% | 0.82% | - |
| XYZ | 36.55 | 52.61 | 28.31 | - |
| YUV | 177.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 127 | 0.37 | 0 | 0.40 | 0.18 | 115.66 | 0.48 | 0.66 |
| Hex | 85 | D2 | 7F | 25 | 0 | 28 | 12 | 74 | 30 | 42 |
| Octal | 205 | 322 | 177 | 45 | 0 | 50 | 22 | 164 | 60 | 102 |
| Binary | 10000101 | 11010010 | 1111111 | 100101 | 0 | 101000 | 10010 | 1110100 | 110000 | 1000010 |
Color Harmonies of #85D27F
Complementary color
Monochromatic Colors of #85D27F
Black with #85D27F
Text Example
Text Example
White with #85D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D27F; }
p { color: rgb(133,210,127); }
H1.HeaderClassName
{
color: #85D27F;
}
.AnyTagClassName
{
color: #85D27F;
}
</style>
background-color css
<style>
a { background-color: #85D27F; }
a { background-color: rgb(133,210,127); }
div.DivClassName
{
background-color: #85D27F;
}
.BgClassName
{
background-color: #85D27F;
}
</style>
border-color css
<style>
span { border-color: #85D27F; }
span { border-color: rgb(133,210,127); }
td.TdClassName
{
border-color: #85D27F;
}
.TagClassName
{
border-color: #85D27F;
}
</style>