Shades of De York #85BE85
Tints of De York #85BE85
RGB
CMYK
RGB Variations
Color information
#85BE85 (or 0x85BE85) is known color: De York. HEX triplet: 85, BE and 85. RGB value is (133,190,133). Sum of RGB (Red+Green+Blue) = 133+190+133=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE85 is #7A417A. Grayscale: #A6A6A6. Windows color (decimal): -8012155 or 8765061. OLE color: 8765061.
HSL color Cylindrical-coordinate representation of color #85BE85: hue angle of 120º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BE85 is Cyan = 0.3, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 133 | - |
| CMYK | 0.3 | 0 | 0.3 | 0.25 |
| HSL | 120º | 0.3% | 0.63% | - |
| HSV(B) | 120º | 0.3% | 0.75% | - |
| XYZ | 32.32 | 43.51 | 28.88 | - |
| YUV | 166.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 133 | 0.3 | 0 | 0.3 | 0.25 | 120 | 0.3 | 0.63 |
| Hex | 85 | BE | 85 | 1E | 0 | 1E | 19 | 78 | 1E | 3F |
| Octal | 205 | 276 | 205 | 36 | 0 | 36 | 31 | 170 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10000101 | 11110 | 0 | 11110 | 11001 | 1111000 | 11110 | 111111 |
Color Harmonies of #85BE85
Complementary color
Monochromatic Colors of #85BE85
Black with #85BE85
Text Example
Text Example
White with #85BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE85; }
p { color: rgb(133,190,133); }
H1.HeaderClassName
{
color: #85BE85;
}
.AnyTagClassName
{
color: #85BE85;
}
</style>
background-color css
<style>
a { background-color: #85BE85; }
a { background-color: rgb(133,190,133); }
div.DivClassName
{
background-color: #85BE85;
}
.BgClassName
{
background-color: #85BE85;
}
</style>
border-color css
<style>
span { border-color: #85BE85; }
span { border-color: rgb(133,190,133); }
td.TdClassName
{
border-color: #85BE85;
}
.TagClassName
{
border-color: #85BE85;
}
</style>