Shades of De York #86CF8A
Tints of De York #86CF8A
RGB
CMYK
RGB Variations
Color information
#86CF8A (or 0x86CF8A) is known color: De York. HEX triplet: 86, CF and 8A. RGB value is (134,207,138). Sum of RGB (Red+Green+Blue) = 134+207+138=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CF8A is #793075. Grayscale: #B1B1B1. Windows color (decimal): -7942262 or 9097094. OLE color: 9097094.
HSL color Cylindrical-coordinate representation of color #86CF8A: hue angle of 123.29º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CF8A is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 138 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.19 |
| HSL | 123.29º | 0.43% | 0.67% | - |
| HSV(B) | 123.29º | 0.35% | 0.81% | - |
| XYZ | 36.73 | 51.53 | 32.05 | - |
| YUV | 177.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 138 | 0.35 | 0 | 0.33 | 0.19 | 123.29 | 0.43 | 0.67 |
| Hex | 86 | CF | 8A | 23 | 0 | 21 | 13 | 7B | 2B | 43 |
| Octal | 206 | 317 | 212 | 43 | 0 | 41 | 23 | 173 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10001010 | 100011 | 0 | 100001 | 10011 | 1111011 | 101011 | 1000011 |
Color Harmonies of #86CF8A
Complementary color
Monochromatic Colors of #86CF8A
Black with #86CF8A
Text Example
Text Example
White with #86CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF8A; }
p { color: rgb(134,207,138); }
H1.HeaderClassName
{
color: #86CF8A;
}
.AnyTagClassName
{
color: #86CF8A;
}
</style>
background-color css
<style>
a { background-color: #86CF8A; }
a { background-color: rgb(134,207,138); }
div.DivClassName
{
background-color: #86CF8A;
}
.BgClassName
{
background-color: #86CF8A;
}
</style>
border-color css
<style>
span { border-color: #86CF8A; }
span { border-color: rgb(134,207,138); }
td.TdClassName
{
border-color: #86CF8A;
}
.TagClassName
{
border-color: #86CF8A;
}
</style>