Shades of De York #8BD97D
Tints of De York #8BD97D
RGB
CMYK
RGB Variations
Color information
#8BD97D (or 0x8BD97D) is known color: De York. HEX triplet: 8B, D9 and 7D. RGB value is (139,217,125). Sum of RGB (Red+Green+Blue) = 139+217+125=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD97D is #742682. Grayscale: #B7B7B7. Windows color (decimal): -7612035 or 8247691. OLE color: 8247691.
HSL color Cylindrical-coordinate representation of color #8BD97D: hue angle of 110.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD97D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 125 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.15 |
| HSL | 110.87º | 0.55% | 0.67% | - |
| HSV(B) | 110.87º | 0.42% | 0.85% | - |
| XYZ | 39.16 | 56.6 | 28.26 | - |
| YUV | 183.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 125 | 0.36 | 0 | 0.42 | 0.15 | 110.87 | 0.55 | 0.67 |
| Hex | 8B | D9 | 7D | 24 | 0 | 2A | F | 6F | 37 | 43 |
| Octal | 213 | 331 | 175 | 44 | 0 | 52 | 17 | 157 | 67 | 103 |
| Binary | 10001011 | 11011001 | 1111101 | 100100 | 0 | 101010 | 1111 | 1101111 | 110111 | 1000011 |
Color Harmonies of #8BD97D
Complementary color
Monochromatic Colors of #8BD97D
Black with #8BD97D
Text Example
Text Example
White with #8BD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD97D; }
p { color: rgb(139,217,125); }
H1.HeaderClassName
{
color: #8BD97D;
}
.AnyTagClassName
{
color: #8BD97D;
}
</style>
background-color css
<style>
a { background-color: #8BD97D; }
a { background-color: rgb(139,217,125); }
div.DivClassName
{
background-color: #8BD97D;
}
.BgClassName
{
background-color: #8BD97D;
}
</style>
border-color css
<style>
span { border-color: #8BD97D; }
span { border-color: rgb(139,217,125); }
td.TdClassName
{
border-color: #8BD97D;
}
.TagClassName
{
border-color: #8BD97D;
}
</style>