Shades of De York #85D07B
Tints of De York #85D07B
RGB
CMYK
RGB Variations
Color information
#85D07B (or 0x85D07B) is known color: De York. HEX triplet: 85, D0 and 7B. RGB value is (133,208,123). Sum of RGB (Red+Green+Blue) = 133+208+123=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #85D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D07B is #7A2F84. Grayscale: #B0B0B0. Windows color (decimal): -8007557 or 8114309. OLE color: 8114309.
HSL color Cylindrical-coordinate representation of color #85D07B: hue angle of 112.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D07B is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 123 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.18 |
| HSL | 112.94º | 0.47% | 0.65% | - |
| HSV(B) | 112.94º | 0.41% | 0.82% | - |
| XYZ | 35.8 | 51.53 | 26.8 | - |
| YUV | 175.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 123 | 0.36 | 0 | 0.41 | 0.18 | 112.94 | 0.47 | 0.65 |
| Hex | 85 | D0 | 7B | 24 | 0 | 29 | 12 | 71 | 2F | 41 |
| Octal | 205 | 320 | 173 | 44 | 0 | 51 | 22 | 161 | 57 | 101 |
| Binary | 10000101 | 11010000 | 1111011 | 100100 | 0 | 101001 | 10010 | 1110001 | 101111 | 1000001 |
Color Harmonies of #85D07B
Complementary color
Monochromatic Colors of #85D07B
Black with #85D07B
Text Example
Text Example
White with #85D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D07B; }
p { color: rgb(133,208,123); }
H1.HeaderClassName
{
color: #85D07B;
}
.AnyTagClassName
{
color: #85D07B;
}
</style>
background-color css
<style>
a { background-color: #85D07B; }
a { background-color: rgb(133,208,123); }
div.DivClassName
{
background-color: #85D07B;
}
.BgClassName
{
background-color: #85D07B;
}
</style>
border-color css
<style>
span { border-color: #85D07B; }
span { border-color: rgb(133,208,123); }
td.TdClassName
{
border-color: #85D07B;
}
.TagClassName
{
border-color: #85D07B;
}
</style>