Shades of De York #8BD882
Tints of De York #8BD882
RGB
CMYK
RGB Variations
Color information
#8BD882 (or 0x8BD882) is known color: De York. HEX triplet: 8B, D8 and 82. RGB value is (139,216,130). Sum of RGB (Red+Green+Blue) = 139+216+130=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD882 is #74277D. Grayscale: #B7B7B7. Windows color (decimal): -7612286 or 8575115. OLE color: 8575115.
HSL color Cylindrical-coordinate representation of color #8BD882: hue angle of 113.72º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD882 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 130 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.15 |
| HSL | 113.72º | 0.52% | 0.68% | - |
| HSV(B) | 113.72º | 0.4% | 0.85% | - |
| XYZ | 39.23 | 56.21 | 29.9 | - |
| YUV | 183.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 130 | 0.36 | 0 | 0.40 | 0.15 | 113.72 | 0.52 | 0.68 |
| Hex | 8B | D8 | 82 | 24 | 0 | 28 | F | 72 | 34 | 44 |
| Octal | 213 | 330 | 202 | 44 | 0 | 50 | 17 | 162 | 64 | 104 |
| Binary | 10001011 | 11011000 | 10000010 | 100100 | 0 | 101000 | 1111 | 1110010 | 110100 | 1000100 |
Color Harmonies of #8BD882
Complementary color
Monochromatic Colors of #8BD882
Black with #8BD882
Text Example
Text Example
White with #8BD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD882; }
p { color: rgb(139,216,130); }
H1.HeaderClassName
{
color: #8BD882;
}
.AnyTagClassName
{
color: #8BD882;
}
</style>
background-color css
<style>
a { background-color: #8BD882; }
a { background-color: rgb(139,216,130); }
div.DivClassName
{
background-color: #8BD882;
}
.BgClassName
{
background-color: #8BD882;
}
</style>
border-color css
<style>
span { border-color: #8BD882; }
span { border-color: rgb(139,216,130); }
td.TdClassName
{
border-color: #8BD882;
}
.TagClassName
{
border-color: #8BD882;
}
</style>