Shades of De York #85CE7E
Tints of De York #85CE7E
RGB
CMYK
RGB Variations
Color information
#85CE7E (or 0x85CE7E) is known color: De York. HEX triplet: 85, CE and 7E. RGB value is (133,206,126). Sum of RGB (Red+Green+Blue) = 133+206+126=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE7E is #7A3181. Grayscale: #AFAFAF. Windows color (decimal): -8008066 or 8310405. OLE color: 8310405.
HSL color Cylindrical-coordinate representation of color #85CE7E: hue angle of 114.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CE7E is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 126 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.19 |
| HSL | 114.75º | 0.45% | 0.65% | - |
| HSV(B) | 114.75º | 0.39% | 0.81% | - |
| XYZ | 35.51 | 50.64 | 27.64 | - |
| YUV | 175.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 126 | 0.35 | 0 | 0.39 | 0.19 | 114.75 | 0.45 | 0.65 |
| Hex | 85 | CE | 7E | 23 | 0 | 27 | 13 | 73 | 2D | 41 |
| Octal | 205 | 316 | 176 | 43 | 0 | 47 | 23 | 163 | 55 | 101 |
| Binary | 10000101 | 11001110 | 1111110 | 100011 | 0 | 100111 | 10011 | 1110011 | 101101 | 1000001 |
Color Harmonies of #85CE7E
Complementary color
Monochromatic Colors of #85CE7E
Black with #85CE7E
Text Example
Text Example
White with #85CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE7E; }
p { color: rgb(133,206,126); }
H1.HeaderClassName
{
color: #85CE7E;
}
.AnyTagClassName
{
color: #85CE7E;
}
</style>
background-color css
<style>
a { background-color: #85CE7E; }
a { background-color: rgb(133,206,126); }
div.DivClassName
{
background-color: #85CE7E;
}
.BgClassName
{
background-color: #85CE7E;
}
</style>
border-color css
<style>
span { border-color: #85CE7E; }
span { border-color: rgb(133,206,126); }
td.TdClassName
{
border-color: #85CE7E;
}
.TagClassName
{
border-color: #85CE7E;
}
</style>