Shades of De York #86D588
Tints of De York #86D588
RGB
CMYK
RGB Variations
Color information
#86D588 (or 0x86D588) is known color: De York. HEX triplet: 86, D5 and 88. RGB value is (134,213,136). Sum of RGB (Red+Green+Blue) = 134+213+136=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #86D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D588 is #792A77. Grayscale: #B4B4B4. Windows color (decimal): -7940728 or 8967558. OLE color: 8967558.
HSL color Cylindrical-coordinate representation of color #86D588: hue angle of 121.52º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D588 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 136 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.16 |
| HSL | 121.52º | 0.48% | 0.68% | - |
| HSV(B) | 121.52º | 0.37% | 0.84% | - |
| XYZ | 38.07 | 54.43 | 31.79 | - |
| YUV | 180.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 136 | 0.37 | 0 | 0.36 | 0.16 | 121.52 | 0.48 | 0.68 |
| Hex | 86 | D5 | 88 | 25 | 0 | 24 | 10 | 7A | 30 | 44 |
| Octal | 206 | 325 | 210 | 45 | 0 | 44 | 20 | 172 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10001000 | 100101 | 0 | 100100 | 10000 | 1111010 | 110000 | 1000100 |
Color Harmonies of #86D588
Complementary color
Monochromatic Colors of #86D588
Black with #86D588
Text Example
Text Example
White with #86D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D588; }
p { color: rgb(134,213,136); }
H1.HeaderClassName
{
color: #86D588;
}
.AnyTagClassName
{
color: #86D588;
}
</style>
background-color css
<style>
a { background-color: #86D588; }
a { background-color: rgb(134,213,136); }
div.DivClassName
{
background-color: #86D588;
}
.BgClassName
{
background-color: #86D588;
}
</style>
border-color css
<style>
span { border-color: #86D588; }
span { border-color: rgb(134,213,136); }
td.TdClassName
{
border-color: #86D588;
}
.TagClassName
{
border-color: #86D588;
}
</style>