Shades of De York #85BF85
Tints of De York #85BF85
RGB
CMYK
RGB Variations
Color information
#85BF85 (or 0x85BF85) is known color: De York. HEX triplet: 85, BF and 85. RGB value is (133,191,133). Sum of RGB (Red+Green+Blue) = 133+191+133=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF85 is #7A407A. Grayscale: #A7A7A7. Windows color (decimal): -8011899 or 8765317. OLE color: 8765317.
HSL color Cylindrical-coordinate representation of color #85BF85: hue angle of 120º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BF85 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 133 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.25 |
| HSL | 120º | 0.31% | 0.64% | - |
| HSV(B) | 120º | 0.3% | 0.75% | - |
| XYZ | 32.54 | 43.94 | 28.96 | - |
| YUV | 167.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 133 | 0.30 | 0 | 0.30 | 0.25 | 120 | 0.31 | 0.64 |
| Hex | 85 | BF | 85 | 1E | 0 | 1E | 19 | 78 | 1F | 40 |
| Octal | 205 | 277 | 205 | 36 | 0 | 36 | 31 | 170 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10000101 | 11110 | 0 | 11110 | 11001 | 1111000 | 11111 | 1000000 |
Color Harmonies of #85BF85
Complementary color
Monochromatic Colors of #85BF85
Black with #85BF85
Text Example
Text Example
White with #85BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF85; }
p { color: rgb(133,191,133); }
H1.HeaderClassName
{
color: #85BF85;
}
.AnyTagClassName
{
color: #85BF85;
}
</style>
background-color css
<style>
a { background-color: #85BF85; }
a { background-color: rgb(133,191,133); }
div.DivClassName
{
background-color: #85BF85;
}
.BgClassName
{
background-color: #85BF85;
}
</style>
border-color css
<style>
span { border-color: #85BF85; }
span { border-color: rgb(133,191,133); }
td.TdClassName
{
border-color: #85BF85;
}
.TagClassName
{
border-color: #85BF85;
}
</style>