Shades of De York #8BD581
Tints of De York #8BD581
RGB
CMYK
RGB Variations
Color information
#8BD581 (or 0x8BD581) is known color: De York. HEX triplet: 8B, D5 and 81. RGB value is (139,213,129). Sum of RGB (Red+Green+Blue) = 139+213+129=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD581 is #742A7E. Grayscale: #B5B5B5. Windows color (decimal): -7613055 or 8508811. OLE color: 8508811.
HSL color Cylindrical-coordinate representation of color #8BD581: hue angle of 112.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD581 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 129 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.16 |
| HSL | 112.86º | 0.5% | 0.67% | - |
| HSV(B) | 112.86º | 0.39% | 0.84% | - |
| XYZ | 38.4 | 54.66 | 29.3 | - |
| YUV | 181.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 129 | 0.35 | 0 | 0.39 | 0.16 | 112.86 | 0.5 | 0.67 |
| Hex | 8B | D5 | 81 | 23 | 0 | 27 | 10 | 71 | 32 | 43 |
| Octal | 213 | 325 | 201 | 43 | 0 | 47 | 20 | 161 | 62 | 103 |
| Binary | 10001011 | 11010101 | 10000001 | 100011 | 0 | 100111 | 10000 | 1110001 | 110010 | 1000011 |
Color Harmonies of #8BD581
Complementary color
Monochromatic Colors of #8BD581
Black with #8BD581
Text Example
Text Example
White with #8BD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD581; }
p { color: rgb(139,213,129); }
H1.HeaderClassName
{
color: #8BD581;
}
.AnyTagClassName
{
color: #8BD581;
}
</style>
background-color css
<style>
a { background-color: #8BD581; }
a { background-color: rgb(139,213,129); }
div.DivClassName
{
background-color: #8BD581;
}
.BgClassName
{
background-color: #8BD581;
}
</style>
border-color css
<style>
span { border-color: #8BD581; }
span { border-color: rgb(139,213,129); }
td.TdClassName
{
border-color: #8BD581;
}
.TagClassName
{
border-color: #8BD581;
}
</style>