Shades of De York #87CB7F
Tints of De York #87CB7F
RGB
CMYK
RGB Variations
Color information
#87CB7F (or 0x87CB7F) is known color: De York. HEX triplet: 87, CB and 7F. RGB value is (135,203,127). Sum of RGB (Red+Green+Blue) = 135+203+127=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #87CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87CB7F is #783480. Grayscale: #AEAEAE. Windows color (decimal): -7877761 or 8375175. OLE color: 8375175.
HSL color Cylindrical-coordinate representation of color #87CB7F: hue angle of 113.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87CB7F is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 203 | 127 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.20 |
| HSL | 113.68º | 0.42% | 0.65% | - |
| HSV(B) | 113.68º | 0.37% | 0.8% | - |
| XYZ | 35.18 | 49.4 | 27.76 | - |
| YUV | 174 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 203 | 127 | 0.33 | 0 | 0.37 | 0.20 | 113.68 | 0.42 | 0.65 |
| Hex | 87 | CB | 7F | 21 | 0 | 25 | 14 | 72 | 2A | 41 |
| Octal | 207 | 313 | 177 | 41 | 0 | 45 | 24 | 162 | 52 | 101 |
| Binary | 10000111 | 11001011 | 1111111 | 100001 | 0 | 100101 | 10100 | 1110010 | 101010 | 1000001 |
Color Harmonies of #87CB7F
Complementary color
Monochromatic Colors of #87CB7F
Black with #87CB7F
Text Example
Text Example
White with #87CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CB7F; }
p { color: rgb(135,203,127); }
H1.HeaderClassName
{
color: #87CB7F;
}
.AnyTagClassName
{
color: #87CB7F;
}
</style>
background-color css
<style>
a { background-color: #87CB7F; }
a { background-color: rgb(135,203,127); }
div.DivClassName
{
background-color: #87CB7F;
}
.BgClassName
{
background-color: #87CB7F;
}
</style>
border-color css
<style>
span { border-color: #87CB7F; }
span { border-color: rgb(135,203,127); }
td.TdClassName
{
border-color: #87CB7F;
}
.TagClassName
{
border-color: #87CB7F;
}
</style>