Shades of De York #8BD588
Tints of De York #8BD588
RGB
CMYK
RGB Variations
Color information
#8BD588 (or 0x8BD588) is known color: De York. HEX triplet: 8B, D5 and 88. RGB value is (139,213,136). Sum of RGB (Red+Green+Blue) = 139+213+136=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD588 is #742A77. Grayscale: #B6B6B6. Windows color (decimal): -7613048 or 8967563. OLE color: 8967563.
HSL color Cylindrical-coordinate representation of color #8BD588: hue angle of 117.66º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD588 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 136 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.16 |
| HSL | 117.66º | 0.48% | 0.68% | - |
| HSV(B) | 117.66º | 0.36% | 0.84% | - |
| XYZ | 38.89 | 54.86 | 31.83 | - |
| YUV | 182.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 136 | 0.35 | 0 | 0.36 | 0.16 | 117.66 | 0.48 | 0.68 |
| Hex | 8B | D5 | 88 | 23 | 0 | 24 | 10 | 76 | 30 | 44 |
| Octal | 213 | 325 | 210 | 43 | 0 | 44 | 20 | 166 | 60 | 104 |
| Binary | 10001011 | 11010101 | 10001000 | 100011 | 0 | 100100 | 10000 | 1110110 | 110000 | 1000100 |
Color Harmonies of #8BD588
Complementary color
Monochromatic Colors of #8BD588
Black with #8BD588
Text Example
Text Example
White with #8BD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD588; }
p { color: rgb(139,213,136); }
H1.HeaderClassName
{
color: #8BD588;
}
.AnyTagClassName
{
color: #8BD588;
}
</style>
background-color css
<style>
a { background-color: #8BD588; }
a { background-color: rgb(139,213,136); }
div.DivClassName
{
background-color: #8BD588;
}
.BgClassName
{
background-color: #8BD588;
}
</style>
border-color css
<style>
span { border-color: #8BD588; }
span { border-color: rgb(139,213,136); }
td.TdClassName
{
border-color: #8BD588;
}
.TagClassName
{
border-color: #8BD588;
}
</style>