Shades of De York #8BD993
Tints of De York #8BD993
RGB
CMYK
RGB Variations
Color information
#8BD993 (or 0x8BD993) is known color: De York. HEX triplet: 8B, D9 and 93. RGB value is (139,217,147). Sum of RGB (Red+Green+Blue) = 139+217+147=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD993 is #74266C. Grayscale: #B9B9B9. Windows color (decimal): -7612013 or 9689483. OLE color: 9689483.
HSL color Cylindrical-coordinate representation of color #8BD993: hue angle of 126.15º degrees, saturation: 0.51, 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 #8BD993 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 147 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.15 |
| HSL | 126.15º | 0.51% | 0.7% | - |
| HSV(B) | 126.15º | 0.36% | 0.85% | - |
| XYZ | 40.73 | 57.22 | 36.5 | - |
| YUV | 185.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 147 | 0.36 | 0 | 0.32 | 0.15 | 126.15 | 0.51 | 0.7 |
| Hex | 8B | D9 | 93 | 24 | 0 | 20 | F | 7E | 33 | 46 |
| Octal | 213 | 331 | 223 | 44 | 0 | 40 | 17 | 176 | 63 | 106 |
| Binary | 10001011 | 11011001 | 10010011 | 100100 | 0 | 100000 | 1111 | 1111110 | 110011 | 1000110 |
Color Harmonies of #8BD993
Complementary color
Monochromatic Colors of #8BD993
Black with #8BD993
Text Example
Text Example
White with #8BD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD993; }
p { color: rgb(139,217,147); }
H1.HeaderClassName
{
color: #8BD993;
}
.AnyTagClassName
{
color: #8BD993;
}
</style>
background-color css
<style>
a { background-color: #8BD993; }
a { background-color: rgb(139,217,147); }
div.DivClassName
{
background-color: #8BD993;
}
.BgClassName
{
background-color: #8BD993;
}
</style>
border-color css
<style>
span { border-color: #8BD993; }
span { border-color: rgb(139,217,147); }
td.TdClassName
{
border-color: #8BD993;
}
.TagClassName
{
border-color: #8BD993;
}
</style>