Shades of De York #8BD780
Tints of De York #8BD780
RGB
CMYK
RGB Variations
Color information
#8BD780 (or 0x8BD780) is known color: De York. HEX triplet: 8B, D7 and 80. RGB value is (139,215,128). Sum of RGB (Red+Green+Blue) = 139+215+128=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD780 is #74287F. Grayscale: #B6B6B6. Windows color (decimal): -7612544 or 8443787. OLE color: 8443787.
HSL color Cylindrical-coordinate representation of color #8BD780: hue angle of 112.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD780 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 128 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.16 |
| HSL | 112.41º | 0.52% | 0.67% | - |
| HSV(B) | 112.41º | 0.4% | 0.84% | - |
| XYZ | 38.84 | 55.65 | 29.12 | - |
| YUV | 182.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 128 | 0.35 | 0 | 0.40 | 0.16 | 112.41 | 0.52 | 0.67 |
| Hex | 8B | D7 | 80 | 23 | 0 | 28 | 10 | 70 | 34 | 43 |
| Octal | 213 | 327 | 200 | 43 | 0 | 50 | 20 | 160 | 64 | 103 |
| Binary | 10001011 | 11010111 | 10000000 | 100011 | 0 | 101000 | 10000 | 1110000 | 110100 | 1000011 |
Color Harmonies of #8BD780
Complementary color
Monochromatic Colors of #8BD780
Black with #8BD780
Text Example
Text Example
White with #8BD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD780; }
p { color: rgb(139,215,128); }
H1.HeaderClassName
{
color: #8BD780;
}
.AnyTagClassName
{
color: #8BD780;
}
</style>
background-color css
<style>
a { background-color: #8BD780; }
a { background-color: rgb(139,215,128); }
div.DivClassName
{
background-color: #8BD780;
}
.BgClassName
{
background-color: #8BD780;
}
</style>
border-color css
<style>
span { border-color: #8BD780; }
span { border-color: rgb(139,215,128); }
td.TdClassName
{
border-color: #8BD780;
}
.TagClassName
{
border-color: #8BD780;
}
</style>