Shades of De York #85BF82
Tints of De York #85BF82
RGB
CMYK
RGB Variations
Color information
#85BF82 (or 0x85BF82) is known color: De York. HEX triplet: 85, BF and 82. RGB value is (133,191,130). Sum of RGB (Red+Green+Blue) = 133+191+130=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF82 is #7A407D. Grayscale: #A6A6A6. Windows color (decimal): -8011902 or 8568709. OLE color: 8568709.
HSL color Cylindrical-coordinate representation of color #85BF82: hue angle of 117.05º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85BF82 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 130 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.25 |
| HSL | 117.05º | 0.32% | 0.63% | - |
| HSV(B) | 117.05º | 0.32% | 0.75% | - |
| XYZ | 32.33 | 43.86 | 27.88 | - |
| YUV | 166.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 130 | 0.30 | 0 | 0.32 | 0.25 | 117.05 | 0.32 | 0.63 |
| Hex | 85 | BF | 82 | 1E | 0 | 20 | 19 | 75 | 20 | 3F |
| Octal | 205 | 277 | 202 | 36 | 0 | 40 | 31 | 165 | 40 | 77 |
| Binary | 10000101 | 10111111 | 10000010 | 11110 | 0 | 100000 | 11001 | 1110101 | 100000 | 111111 |
Color Harmonies of #85BF82
Complementary color
Monochromatic Colors of #85BF82
Black with #85BF82
Text Example
Text Example
White with #85BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF82; }
p { color: rgb(133,191,130); }
H1.HeaderClassName
{
color: #85BF82;
}
.AnyTagClassName
{
color: #85BF82;
}
</style>
background-color css
<style>
a { background-color: #85BF82; }
a { background-color: rgb(133,191,130); }
div.DivClassName
{
background-color: #85BF82;
}
.BgClassName
{
background-color: #85BF82;
}
</style>
border-color css
<style>
span { border-color: #85BF82; }
span { border-color: rgb(133,191,130); }
td.TdClassName
{
border-color: #85BF82;
}
.TagClassName
{
border-color: #85BF82;
}
</style>