Shades of De York #86CF90
Tints of De York #86CF90
RGB
CMYK
RGB Variations
Color information
#86CF90 (or 0x86CF90) is known color: De York. HEX triplet: 86, CF and 90. RGB value is (134,207,144). Sum of RGB (Red+Green+Blue) = 134+207+144=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CF90 is #79306F. Grayscale: #B2B2B2. Windows color (decimal): -7942256 or 9490310. OLE color: 9490310.
HSL color Cylindrical-coordinate representation of color #86CF90: hue angle of 128.22º 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 #86CF90 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 144 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.19 |
| HSL | 128.22º | 0.43% | 0.67% | - |
| HSV(B) | 128.22º | 0.35% | 0.81% | - |
| XYZ | 37.18 | 51.71 | 34.41 | - |
| YUV | 177.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 144 | 0.35 | 0 | 0.30 | 0.19 | 128.22 | 0.43 | 0.67 |
| Hex | 86 | CF | 90 | 23 | 0 | 1E | 13 | 80 | 2B | 43 |
| Octal | 206 | 317 | 220 | 43 | 0 | 36 | 23 | 200 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10010000 | 100011 | 0 | 11110 | 10011 | 10000000 | 101011 | 1000011 |
Color Harmonies of #86CF90
Complementary color
Monochromatic Colors of #86CF90
Black with #86CF90
Text Example
Text Example
White with #86CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF90; }
p { color: rgb(134,207,144); }
H1.HeaderClassName
{
color: #86CF90;
}
.AnyTagClassName
{
color: #86CF90;
}
</style>
background-color css
<style>
a { background-color: #86CF90; }
a { background-color: rgb(134,207,144); }
div.DivClassName
{
background-color: #86CF90;
}
.BgClassName
{
background-color: #86CF90;
}
</style>
border-color css
<style>
span { border-color: #86CF90; }
span { border-color: rgb(134,207,144); }
td.TdClassName
{
border-color: #86CF90;
}
.TagClassName
{
border-color: #86CF90;
}
</style>