Shades of De York #86CA90
Tints of De York #86CA90
RGB
CMYK
RGB Variations
Color information
#86CA90 (or 0x86CA90) is known color: De York. HEX triplet: 86, CA and 90. RGB value is (134,202,144). Sum of RGB (Red+Green+Blue) = 134+202+144=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA90 is #79356F. Grayscale: #AFAFAF. Windows color (decimal): -7943536 or 9489030. OLE color: 9489030.
HSL color Cylindrical-coordinate representation of color #86CA90: hue angle of 128.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA90 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 144 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.21 |
| HSL | 128.82º | 0.39% | 0.66% | - |
| HSV(B) | 128.82º | 0.34% | 0.79% | - |
| XYZ | 35.99 | 49.32 | 34.01 | - |
| YUV | 175.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 144 | 0.34 | 0 | 0.29 | 0.21 | 128.82 | 0.39 | 0.66 |
| Hex | 86 | CA | 90 | 22 | 0 | 1D | 15 | 81 | 27 | 42 |
| Octal | 206 | 312 | 220 | 42 | 0 | 35 | 25 | 201 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10010000 | 100010 | 0 | 11101 | 10101 | 10000001 | 100111 | 1000010 |
Color Harmonies of #86CA90
Complementary color
Monochromatic Colors of #86CA90
Black with #86CA90
Text Example
Text Example
White with #86CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA90; }
p { color: rgb(134,202,144); }
H1.HeaderClassName
{
color: #86CA90;
}
.AnyTagClassName
{
color: #86CA90;
}
</style>
background-color css
<style>
a { background-color: #86CA90; }
a { background-color: rgb(134,202,144); }
div.DivClassName
{
background-color: #86CA90;
}
.BgClassName
{
background-color: #86CA90;
}
</style>
border-color css
<style>
span { border-color: #86CA90; }
span { border-color: rgb(134,202,144); }
td.TdClassName
{
border-color: #86CA90;
}
.TagClassName
{
border-color: #86CA90;
}
</style>