Shades of De York #86CC90
Tints of De York #86CC90
RGB
CMYK
RGB Variations
Color information
#86CC90 (or 0x86CC90) is known color: De York. HEX triplet: 86, CC and 90. RGB value is (134,204,144). Sum of RGB (Red+Green+Blue) = 134+204+144=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC90 is #79336F. Grayscale: #B0B0B0. Windows color (decimal): -7943024 or 9489542. OLE color: 9489542.
HSL color Cylindrical-coordinate representation of color #86CC90: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CC90 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 144 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.2 |
| HSL | 128.57º | 0.41% | 0.66% | - |
| HSV(B) | 128.57º | 0.34% | 0.8% | - |
| XYZ | 36.46 | 50.27 | 34.17 | - |
| YUV | 176.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 144 | 0.34 | 0 | 0.29 | 0.2 | 128.57 | 0.41 | 0.66 |
| Hex | 86 | CC | 90 | 22 | 0 | 1D | 14 | 81 | 29 | 42 |
| Octal | 206 | 314 | 220 | 42 | 0 | 35 | 24 | 201 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10010000 | 100010 | 0 | 11101 | 10100 | 10000001 | 101001 | 1000010 |
Color Harmonies of #86CC90
Complementary color
Monochromatic Colors of #86CC90
Black with #86CC90
Text Example
Text Example
White with #86CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC90; }
p { color: rgb(134,204,144); }
H1.HeaderClassName
{
color: #86CC90;
}
.AnyTagClassName
{
color: #86CC90;
}
</style>
background-color css
<style>
a { background-color: #86CC90; }
a { background-color: rgb(134,204,144); }
div.DivClassName
{
background-color: #86CC90;
}
.BgClassName
{
background-color: #86CC90;
}
</style>
border-color css
<style>
span { border-color: #86CC90; }
span { border-color: rgb(134,204,144); }
td.TdClassName
{
border-color: #86CC90;
}
.TagClassName
{
border-color: #86CC90;
}
</style>