Shades of De York #8BD381
Tints of De York #8BD381
RGB
CMYK
RGB Variations
Color information
#8BD381 (or 0x8BD381) is known color: De York. HEX triplet: 8B, D3 and 81. RGB value is (139,211,129). Sum of RGB (Red+Green+Blue) = 139+211+129=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD381 is #742C7E. Grayscale: #B4B4B4. Windows color (decimal): -7613567 or 8508299. OLE color: 8508299.
HSL color Cylindrical-coordinate representation of color #8BD381: hue angle of 112.68º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD381 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 129 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.17 |
| HSL | 112.68º | 0.48% | 0.67% | - |
| HSV(B) | 112.68º | 0.39% | 0.83% | - |
| XYZ | 37.9 | 53.66 | 29.13 | - |
| YUV | 180.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 129 | 0.34 | 0 | 0.39 | 0.17 | 112.68 | 0.48 | 0.67 |
| Hex | 8B | D3 | 81 | 22 | 0 | 27 | 11 | 71 | 30 | 43 |
| Octal | 213 | 323 | 201 | 42 | 0 | 47 | 21 | 161 | 60 | 103 |
| Binary | 10001011 | 11010011 | 10000001 | 100010 | 0 | 100111 | 10001 | 1110001 | 110000 | 1000011 |
Color Harmonies of #8BD381
Complementary color
Monochromatic Colors of #8BD381
Black with #8BD381
Text Example
Text Example
White with #8BD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD381; }
p { color: rgb(139,211,129); }
H1.HeaderClassName
{
color: #8BD381;
}
.AnyTagClassName
{
color: #8BD381;
}
</style>
background-color css
<style>
a { background-color: #8BD381; }
a { background-color: rgb(139,211,129); }
div.DivClassName
{
background-color: #8BD381;
}
.BgClassName
{
background-color: #8BD381;
}
</style>
border-color css
<style>
span { border-color: #8BD381; }
span { border-color: rgb(139,211,129); }
td.TdClassName
{
border-color: #8BD381;
}
.TagClassName
{
border-color: #8BD381;
}
</style>