Shades of De York #8BD07F
Tints of De York #8BD07F
RGB
CMYK
RGB Variations
Color information
#8BD07F (or 0x8BD07F) is known color: De York. HEX triplet: 8B, D0 and 7F. RGB value is (139,208,127). Sum of RGB (Red+Green+Blue) = 139+208+127=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD07F is #742F80. Grayscale: #B2B2B2. Windows color (decimal): -7614337 or 8376459. OLE color: 8376459.
HSL color Cylindrical-coordinate representation of color #8BD07F: hue angle of 111.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD07F is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 127 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.18 |
| HSL | 111.11º | 0.46% | 0.66% | - |
| HSV(B) | 111.11º | 0.39% | 0.82% | - |
| XYZ | 37.03 | 52.13 | 28.19 | - |
| YUV | 178.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 127 | 0.33 | 0 | 0.39 | 0.18 | 111.11 | 0.46 | 0.66 |
| Hex | 8B | D0 | 7F | 21 | 0 | 27 | 12 | 6F | 2E | 42 |
| Octal | 213 | 320 | 177 | 41 | 0 | 47 | 22 | 157 | 56 | 102 |
| Binary | 10001011 | 11010000 | 1111111 | 100001 | 0 | 100111 | 10010 | 1101111 | 101110 | 1000010 |
Color Harmonies of #8BD07F
Complementary color
Monochromatic Colors of #8BD07F
Black with #8BD07F
Text Example
Text Example
White with #8BD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD07F; }
p { color: rgb(139,208,127); }
H1.HeaderClassName
{
color: #8BD07F;
}
.AnyTagClassName
{
color: #8BD07F;
}
</style>
background-color css
<style>
a { background-color: #8BD07F; }
a { background-color: rgb(139,208,127); }
div.DivClassName
{
background-color: #8BD07F;
}
.BgClassName
{
background-color: #8BD07F;
}
</style>
border-color css
<style>
span { border-color: #8BD07F; }
span { border-color: rgb(139,208,127); }
td.TdClassName
{
border-color: #8BD07F;
}
.TagClassName
{
border-color: #8BD07F;
}
</style>