Shades of De York #86D08A
Tints of De York #86D08A
RGB
CMYK
RGB Variations
Color information
#86D08A (or 0x86D08A) is known color: De York. HEX triplet: 86, D0 and 8A. RGB value is (134,208,138). Sum of RGB (Red+Green+Blue) = 134+208+138=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #86D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D08A is #792F75. Grayscale: #B2B2B2. Windows color (decimal): -7942006 or 9097350. OLE color: 9097350.
HSL color Cylindrical-coordinate representation of color #86D08A: hue angle of 123.24º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D08A is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 138 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.18 |
| HSL | 123.24º | 0.44% | 0.67% | - |
| HSV(B) | 123.24º | 0.36% | 0.82% | - |
| XYZ | 36.97 | 52.02 | 32.14 | - |
| YUV | 177.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 138 | 0.36 | 0 | 0.34 | 0.18 | 123.24 | 0.44 | 0.67 |
| Hex | 86 | D0 | 8A | 24 | 0 | 22 | 12 | 7B | 2C | 43 |
| Octal | 206 | 320 | 212 | 44 | 0 | 42 | 22 | 173 | 54 | 103 |
| Binary | 10000110 | 11010000 | 10001010 | 100100 | 0 | 100010 | 10010 | 1111011 | 101100 | 1000011 |
Color Harmonies of #86D08A
Complementary color
Monochromatic Colors of #86D08A
Black with #86D08A
Text Example
Text Example
White with #86D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D08A; }
p { color: rgb(134,208,138); }
H1.HeaderClassName
{
color: #86D08A;
}
.AnyTagClassName
{
color: #86D08A;
}
</style>
background-color css
<style>
a { background-color: #86D08A; }
a { background-color: rgb(134,208,138); }
div.DivClassName
{
background-color: #86D08A;
}
.BgClassName
{
background-color: #86D08A;
}
</style>
border-color css
<style>
span { border-color: #86D08A; }
span { border-color: rgb(134,208,138); }
td.TdClassName
{
border-color: #86D08A;
}
.TagClassName
{
border-color: #86D08A;
}
</style>