Shades of De York #86D792
Tints of De York #86D792
RGB
CMYK
RGB Variations
Color information
#86D792 (or 0x86D792) is known color: De York. HEX triplet: 86, D7 and 92. RGB value is (134,215,146). Sum of RGB (Red+Green+Blue) = 134+215+146=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #86D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D792 is #79286D. Grayscale: #B7B7B7. Windows color (decimal): -7940206 or 9623430. OLE color: 9623430.
HSL color Cylindrical-coordinate representation of color #86D792: hue angle of 128.89º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D792 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 146 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.16 |
| HSL | 128.89º | 0.5% | 0.68% | - |
| HSV(B) | 128.89º | 0.38% | 0.84% | - |
| XYZ | 39.32 | 55.74 | 35.88 | - |
| YUV | 182.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 146 | 0.38 | 0 | 0.32 | 0.16 | 128.89 | 0.5 | 0.68 |
| Hex | 86 | D7 | 92 | 26 | 0 | 20 | 10 | 81 | 32 | 44 |
| Octal | 206 | 327 | 222 | 46 | 0 | 40 | 20 | 201 | 62 | 104 |
| Binary | 10000110 | 11010111 | 10010010 | 100110 | 0 | 100000 | 10000 | 10000001 | 110010 | 1000100 |
Color Harmonies of #86D792
Complementary color
Monochromatic Colors of #86D792
Black with #86D792
Text Example
Text Example
White with #86D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D792; }
p { color: rgb(134,215,146); }
H1.HeaderClassName
{
color: #86D792;
}
.AnyTagClassName
{
color: #86D792;
}
</style>
background-color css
<style>
a { background-color: #86D792; }
a { background-color: rgb(134,215,146); }
div.DivClassName
{
background-color: #86D792;
}
.BgClassName
{
background-color: #86D792;
}
</style>
border-color css
<style>
span { border-color: #86D792; }
span { border-color: rgb(134,215,146); }
td.TdClassName
{
border-color: #86D792;
}
.TagClassName
{
border-color: #86D792;
}
</style>