Shades of De York #85BF7A
Tints of De York #85BF7A
RGB
CMYK
RGB Variations
Color information
#85BF7A (or 0x85BF7A) is known color: De York. HEX triplet: 85, BF and 7A. RGB value is (133,191,122). Sum of RGB (Red+Green+Blue) = 133+191+122=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF7A is #7A4085. Grayscale: #A6A6A6. Windows color (decimal): -8011910 or 8044421. OLE color: 8044421.
HSL color Cylindrical-coordinate representation of color #85BF7A: hue angle of 110.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85BF7A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 122 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.25 |
| HSL | 110.43º | 0.35% | 0.61% | - |
| HSV(B) | 110.43º | 0.36% | 0.75% | - |
| XYZ | 31.82 | 43.65 | 25.16 | - |
| YUV | 165.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 122 | 0.30 | 0 | 0.36 | 0.25 | 110.43 | 0.35 | 0.61 |
| Hex | 85 | BF | 7A | 1E | 0 | 24 | 19 | 6E | 23 | 3D |
| Octal | 205 | 277 | 172 | 36 | 0 | 44 | 31 | 156 | 43 | 75 |
| Binary | 10000101 | 10111111 | 1111010 | 11110 | 0 | 100100 | 11001 | 1101110 | 100011 | 111101 |
Color Harmonies of #85BF7A
Complementary color
Monochromatic Colors of #85BF7A
Black with #85BF7A
Text Example
Text Example
White with #85BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF7A; }
p { color: rgb(133,191,122); }
H1.HeaderClassName
{
color: #85BF7A;
}
.AnyTagClassName
{
color: #85BF7A;
}
</style>
background-color css
<style>
a { background-color: #85BF7A; }
a { background-color: rgb(133,191,122); }
div.DivClassName
{
background-color: #85BF7A;
}
.BgClassName
{
background-color: #85BF7A;
}
</style>
border-color css
<style>
span { border-color: #85BF7A; }
span { border-color: rgb(133,191,122); }
td.TdClassName
{
border-color: #85BF7A;
}
.TagClassName
{
border-color: #85BF7A;
}
</style>