Shades of De York #87D57D
Tints of De York #87D57D
RGB
CMYK
RGB Variations
Color information
#87D57D (or 0x87D57D) is known color: De York. HEX triplet: 87, D5 and 7D. RGB value is (135,213,125). Sum of RGB (Red+Green+Blue) = 135+213+125=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #87D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87D57D is #782A82. Grayscale: #B3B3B3. Windows color (decimal): -7875203 or 8246663. OLE color: 8246663.
HSL color Cylindrical-coordinate representation of color #87D57D: hue angle of 113.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87D57D is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 125 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.16 |
| HSL | 113.18º | 0.51% | 0.66% | - |
| HSV(B) | 113.18º | 0.41% | 0.84% | - |
| XYZ | 37.49 | 54.22 | 27.89 | - |
| YUV | 179.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 125 | 0.37 | 0 | 0.41 | 0.16 | 113.18 | 0.51 | 0.66 |
| Hex | 87 | D5 | 7D | 25 | 0 | 29 | 10 | 71 | 33 | 42 |
| Octal | 207 | 325 | 175 | 45 | 0 | 51 | 20 | 161 | 63 | 102 |
| Binary | 10000111 | 11010101 | 1111101 | 100101 | 0 | 101001 | 10000 | 1110001 | 110011 | 1000010 |
Color Harmonies of #87D57D
Complementary color
Monochromatic Colors of #87D57D
Black with #87D57D
Text Example
Text Example
White with #87D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D57D; }
p { color: rgb(135,213,125); }
H1.HeaderClassName
{
color: #87D57D;
}
.AnyTagClassName
{
color: #87D57D;
}
</style>
background-color css
<style>
a { background-color: #87D57D; }
a { background-color: rgb(135,213,125); }
div.DivClassName
{
background-color: #87D57D;
}
.BgClassName
{
background-color: #87D57D;
}
</style>
border-color css
<style>
span { border-color: #87D57D; }
span { border-color: rgb(135,213,125); }
td.TdClassName
{
border-color: #87D57D;
}
.TagClassName
{
border-color: #87D57D;
}
</style>