Shades of De York #8BD690
Tints of De York #8BD690
RGB
CMYK
RGB Variations
Color information
#8BD690 (or 0x8BD690) is known color: De York. HEX triplet: 8B, D6 and 90. RGB value is (139,214,144). Sum of RGB (Red+Green+Blue) = 139+214+144=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD690 is #74296F. Grayscale: #B7B7B7. Windows color (decimal): -7612784 or 9492107. OLE color: 9492107.
HSL color Cylindrical-coordinate representation of color #8BD690: hue angle of 124º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD690 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 144 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.16 |
| HSL | 124º | 0.48% | 0.69% | - |
| HSV(B) | 124º | 0.35% | 0.84% | - |
| XYZ | 39.73 | 55.6 | 35.02 | - |
| YUV | 183.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 144 | 0.35 | 0 | 0.33 | 0.16 | 124 | 0.48 | 0.69 |
| Hex | 8B | D6 | 90 | 23 | 0 | 21 | 10 | 7C | 30 | 45 |
| Octal | 213 | 326 | 220 | 43 | 0 | 41 | 20 | 174 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10010000 | 100011 | 0 | 100001 | 10000 | 1111100 | 110000 | 1000101 |
Color Harmonies of #8BD690
Complementary color
Monochromatic Colors of #8BD690
Black with #8BD690
Text Example
Text Example
White with #8BD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD690; }
p { color: rgb(139,214,144); }
H1.HeaderClassName
{
color: #8BD690;
}
.AnyTagClassName
{
color: #8BD690;
}
</style>
background-color css
<style>
a { background-color: #8BD690; }
a { background-color: rgb(139,214,144); }
div.DivClassName
{
background-color: #8BD690;
}
.BgClassName
{
background-color: #8BD690;
}
</style>
border-color css
<style>
span { border-color: #8BD690; }
span { border-color: rgb(139,214,144); }
td.TdClassName
{
border-color: #8BD690;
}
.TagClassName
{
border-color: #8BD690;
}
</style>