Shades of De York #8BD893
Tints of De York #8BD893
RGB
CMYK
RGB Variations
Color information
#8BD893 (or 0x8BD893) is known color: De York. HEX triplet: 8B, D8 and 93. RGB value is (139,216,147). Sum of RGB (Red+Green+Blue) = 139+216+147=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD893 is #74276C. Grayscale: #B9B9B9. Windows color (decimal): -7612269 or 9689227. OLE color: 9689227.
HSL color Cylindrical-coordinate representation of color #8BD893: hue angle of 126.23º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD893 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 147 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.15 |
| HSL | 126.23º | 0.5% | 0.7% | - |
| HSV(B) | 126.23º | 0.36% | 0.85% | - |
| XYZ | 40.47 | 56.71 | 36.42 | - |
| YUV | 185.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 147 | 0.36 | 0 | 0.32 | 0.15 | 126.23 | 0.5 | 0.7 |
| Hex | 8B | D8 | 93 | 24 | 0 | 20 | F | 7E | 32 | 46 |
| Octal | 213 | 330 | 223 | 44 | 0 | 40 | 17 | 176 | 62 | 106 |
| Binary | 10001011 | 11011000 | 10010011 | 100100 | 0 | 100000 | 1111 | 1111110 | 110010 | 1000110 |
Color Harmonies of #8BD893
Complementary color
Monochromatic Colors of #8BD893
Black with #8BD893
Text Example
Text Example
White with #8BD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD893; }
p { color: rgb(139,216,147); }
H1.HeaderClassName
{
color: #8BD893;
}
.AnyTagClassName
{
color: #8BD893;
}
</style>
background-color css
<style>
a { background-color: #8BD893; }
a { background-color: rgb(139,216,147); }
div.DivClassName
{
background-color: #8BD893;
}
.BgClassName
{
background-color: #8BD893;
}
</style>
border-color css
<style>
span { border-color: #8BD893; }
span { border-color: rgb(139,216,147); }
td.TdClassName
{
border-color: #8BD893;
}
.TagClassName
{
border-color: #8BD893;
}
</style>