Shades of De York #85BE7B
Tints of De York #85BE7B
RGB
CMYK
RGB Variations
Color information
#85BE7B (or 0x85BE7B) is known color: De York. HEX triplet: 85, BE and 7B. RGB value is (133,190,123). Sum of RGB (Red+Green+Blue) = 133+190+123=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE7B is #7A4184. Grayscale: #A5A5A5. Windows color (decimal): -8012165 or 8109701. OLE color: 8109701.
HSL color Cylindrical-coordinate representation of color #85BE7B: hue angle of 111.04º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BE7B is Cyan = 0.3, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 123 | - |
| CMYK | 0.3 | 0 | 0.35 | 0.25 |
| HSL | 111.04º | 0.34% | 0.61% | - |
| HSV(B) | 111.04º | 0.35% | 0.75% | - |
| XYZ | 31.66 | 43.24 | 25.42 | - |
| YUV | 165.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 123 | 0.3 | 0 | 0.35 | 0.25 | 111.04 | 0.34 | 0.61 |
| Hex | 85 | BE | 7B | 1E | 0 | 23 | 19 | 6F | 22 | 3D |
| Octal | 205 | 276 | 173 | 36 | 0 | 43 | 31 | 157 | 42 | 75 |
| Binary | 10000101 | 10111110 | 1111011 | 11110 | 0 | 100011 | 11001 | 1101111 | 100010 | 111101 |
Color Harmonies of #85BE7B
Complementary color
Monochromatic Colors of #85BE7B
Black with #85BE7B
Text Example
Text Example
White with #85BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE7B; }
p { color: rgb(133,190,123); }
H1.HeaderClassName
{
color: #85BE7B;
}
.AnyTagClassName
{
color: #85BE7B;
}
</style>
background-color css
<style>
a { background-color: #85BE7B; }
a { background-color: rgb(133,190,123); }
div.DivClassName
{
background-color: #85BE7B;
}
.BgClassName
{
background-color: #85BE7B;
}
</style>
border-color css
<style>
span { border-color: #85BE7B; }
span { border-color: rgb(133,190,123); }
td.TdClassName
{
border-color: #85BE7B;
}
.TagClassName
{
border-color: #85BE7B;
}
</style>