Shades of De York #86D883
Tints of De York #86D883
RGB
CMYK
RGB Variations
Color information
#86D883 (or 0x86D883) is known color: De York. HEX triplet: 86, D8 and 83. RGB value is (134,216,131). Sum of RGB (Red+Green+Blue) = 134+216+131=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #86D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D883 is #79277C. Grayscale: #B6B6B6. Windows color (decimal): -7939965 or 8640646. OLE color: 8640646.
HSL color Cylindrical-coordinate representation of color #86D883: hue angle of 117.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86D883 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 131 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.15 |
| HSL | 117.88º | 0.52% | 0.68% | - |
| HSV(B) | 117.88º | 0.39% | 0.85% | - |
| XYZ | 38.48 | 55.82 | 30.22 | - |
| YUV | 181.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 131 | 0.38 | 0 | 0.39 | 0.15 | 117.88 | 0.52 | 0.68 |
| Hex | 86 | D8 | 83 | 26 | 0 | 27 | F | 76 | 34 | 44 |
| Octal | 206 | 330 | 203 | 46 | 0 | 47 | 17 | 166 | 64 | 104 |
| Binary | 10000110 | 11011000 | 10000011 | 100110 | 0 | 100111 | 1111 | 1110110 | 110100 | 1000100 |
Color Harmonies of #86D883
Complementary color
Monochromatic Colors of #86D883
Black with #86D883
Text Example
Text Example
White with #86D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D883; }
p { color: rgb(134,216,131); }
H1.HeaderClassName
{
color: #86D883;
}
.AnyTagClassName
{
color: #86D883;
}
</style>
background-color css
<style>
a { background-color: #86D883; }
a { background-color: rgb(134,216,131); }
div.DivClassName
{
background-color: #86D883;
}
.BgClassName
{
background-color: #86D883;
}
</style>
border-color css
<style>
span { border-color: #86D883; }
span { border-color: rgb(134,216,131); }
td.TdClassName
{
border-color: #86D883;
}
.TagClassName
{
border-color: #86D883;
}
</style>