Shades of De York #8BD38F
Tints of De York #8BD38F
RGB
CMYK
RGB Variations
Color information
#8BD38F (or 0x8BD38F) is known color: De York. HEX triplet: 8B, D3 and 8F. RGB value is (139,211,143). Sum of RGB (Red+Green+Blue) = 139+211+143=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD38F is #742C70. Grayscale: #B5B5B5. Windows color (decimal): -7613553 or 9425803. OLE color: 9425803.
HSL color Cylindrical-coordinate representation of color #8BD38F: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD38F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 143 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.17 |
| HSL | 123.33º | 0.45% | 0.69% | - |
| HSV(B) | 123.33º | 0.34% | 0.83% | - |
| XYZ | 38.9 | 54.06 | 34.37 | - |
| YUV | 181.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 143 | 0.34 | 0 | 0.32 | 0.17 | 123.33 | 0.45 | 0.69 |
| Hex | 8B | D3 | 8F | 22 | 0 | 20 | 11 | 7B | 2D | 45 |
| Octal | 213 | 323 | 217 | 42 | 0 | 40 | 21 | 173 | 55 | 105 |
| Binary | 10001011 | 11010011 | 10001111 | 100010 | 0 | 100000 | 10001 | 1111011 | 101101 | 1000101 |
Color Harmonies of #8BD38F
Complementary color
Monochromatic Colors of #8BD38F
Black with #8BD38F
Text Example
Text Example
White with #8BD38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD38F; }
p { color: rgb(139,211,143); }
H1.HeaderClassName
{
color: #8BD38F;
}
.AnyTagClassName
{
color: #8BD38F;
}
</style>
background-color css
<style>
a { background-color: #8BD38F; }
a { background-color: rgb(139,211,143); }
div.DivClassName
{
background-color: #8BD38F;
}
.BgClassName
{
background-color: #8BD38F;
}
</style>
border-color css
<style>
span { border-color: #8BD38F; }
span { border-color: rgb(139,211,143); }
td.TdClassName
{
border-color: #8BD38F;
}
.TagClassName
{
border-color: #8BD38F;
}
</style>