Shades of De York #85BE80
Tints of De York #85BE80
RGB
CMYK
RGB Variations
Color information
#85BE80 (or 0x85BE80) is known color: De York. HEX triplet: 85, BE and 80. RGB value is (133,190,128). Sum of RGB (Red+Green+Blue) = 133+190+128=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE80 is #7A417F. Grayscale: #A6A6A6. Windows color (decimal): -8012160 or 8437381. OLE color: 8437381.
HSL color Cylindrical-coordinate representation of color #85BE80: hue angle of 115.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85BE80 is Cyan = 0.3, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 128 | - |
| CMYK | 0.3 | 0 | 0.33 | 0.25 |
| HSL | 115.16º | 0.32% | 0.62% | - |
| HSV(B) | 115.16º | 0.33% | 0.75% | - |
| XYZ | 31.98 | 43.37 | 27.11 | - |
| YUV | 165.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 128 | 0.3 | 0 | 0.33 | 0.25 | 115.16 | 0.32 | 0.62 |
| Hex | 85 | BE | 80 | 1E | 0 | 21 | 19 | 73 | 20 | 3E |
| Octal | 205 | 276 | 200 | 36 | 0 | 41 | 31 | 163 | 40 | 76 |
| Binary | 10000101 | 10111110 | 10000000 | 11110 | 0 | 100001 | 11001 | 1110011 | 100000 | 111110 |
Color Harmonies of #85BE80
Complementary color
Monochromatic Colors of #85BE80
Black with #85BE80
Text Example
Text Example
White with #85BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE80; }
p { color: rgb(133,190,128); }
H1.HeaderClassName
{
color: #85BE80;
}
.AnyTagClassName
{
color: #85BE80;
}
</style>
background-color css
<style>
a { background-color: #85BE80; }
a { background-color: rgb(133,190,128); }
div.DivClassName
{
background-color: #85BE80;
}
.BgClassName
{
background-color: #85BE80;
}
</style>
border-color css
<style>
span { border-color: #85BE80; }
span { border-color: rgb(133,190,128); }
td.TdClassName
{
border-color: #85BE80;
}
.TagClassName
{
border-color: #85BE80;
}
</style>