Shades of De York #87C27D
Tints of De York #87C27D
RGB
CMYK
RGB Variations
Color information
#87C27D (or 0x87C27D) is known color: De York. HEX triplet: 87, C2 and 7D. RGB value is (135,194,125). Sum of RGB (Red+Green+Blue) = 135+194+125=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #87C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C27D is #783D82. Grayscale: #A8A8A8. Windows color (decimal): -7880067 or 8241799. OLE color: 8241799.
HSL color Cylindrical-coordinate representation of color #87C27D: hue angle of 111.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87C27D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 125 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.24 |
| HSL | 111.3º | 0.36% | 0.63% | - |
| HSV(B) | 111.3º | 0.36% | 0.76% | - |
| XYZ | 32.99 | 45.22 | 26.39 | - |
| YUV | 168.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 125 | 0.30 | 0 | 0.36 | 0.24 | 111.3 | 0.36 | 0.63 |
| Hex | 87 | C2 | 7D | 1E | 0 | 24 | 18 | 6F | 24 | 3F |
| Octal | 207 | 302 | 175 | 36 | 0 | 44 | 30 | 157 | 44 | 77 |
| Binary | 10000111 | 11000010 | 1111101 | 11110 | 0 | 100100 | 11000 | 1101111 | 100100 | 111111 |
Color Harmonies of #87C27D
Complementary color
Monochromatic Colors of #87C27D
Black with #87C27D
Text Example
Text Example
White with #87C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C27D; }
p { color: rgb(135,194,125); }
H1.HeaderClassName
{
color: #87C27D;
}
.AnyTagClassName
{
color: #87C27D;
}
</style>
background-color css
<style>
a { background-color: #87C27D; }
a { background-color: rgb(135,194,125); }
div.DivClassName
{
background-color: #87C27D;
}
.BgClassName
{
background-color: #87C27D;
}
</style>
border-color css
<style>
span { border-color: #87C27D; }
span { border-color: rgb(135,194,125); }
td.TdClassName
{
border-color: #87C27D;
}
.TagClassName
{
border-color: #87C27D;
}
</style>