Shades of De York #87BE7D
Tints of De York #87BE7D
RGB
CMYK
RGB Variations
Color information
#87BE7D (or 0x87BE7D) is known color: De York. HEX triplet: 87, BE and 7D. RGB value is (135,190,125). Sum of RGB (Red+Green+Blue) = 135+190+125=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #87BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BE7D is #784182. Grayscale: #A6A6A6. Windows color (decimal): -7881091 or 8240775. OLE color: 8240775.
HSL color Cylindrical-coordinate representation of color #87BE7D: hue angle of 110.77º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BE7D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 190 | 125 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.25 |
| HSL | 110.77º | 0.33% | 0.62% | - |
| HSV(B) | 110.77º | 0.34% | 0.75% | - |
| XYZ | 32.11 | 43.46 | 26.1 | - |
| YUV | 166.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 190 | 125 | 0.29 | 0 | 0.34 | 0.25 | 110.77 | 0.33 | 0.62 |
| Hex | 87 | BE | 7D | 1D | 0 | 22 | 19 | 6F | 21 | 3E |
| Octal | 207 | 276 | 175 | 35 | 0 | 42 | 31 | 157 | 41 | 76 |
| Binary | 10000111 | 10111110 | 1111101 | 11101 | 0 | 100010 | 11001 | 1101111 | 100001 | 111110 |
Color Harmonies of #87BE7D
Complementary color
Monochromatic Colors of #87BE7D
Black with #87BE7D
Text Example
Text Example
White with #87BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BE7D; }
p { color: rgb(135,190,125); }
H1.HeaderClassName
{
color: #87BE7D;
}
.AnyTagClassName
{
color: #87BE7D;
}
</style>
background-color css
<style>
a { background-color: #87BE7D; }
a { background-color: rgb(135,190,125); }
div.DivClassName
{
background-color: #87BE7D;
}
.BgClassName
{
background-color: #87BE7D;
}
</style>
border-color css
<style>
span { border-color: #87BE7D; }
span { border-color: rgb(135,190,125); }
td.TdClassName
{
border-color: #87BE7D;
}
.TagClassName
{
border-color: #87BE7D;
}
</style>