Shades of De York #8BD57D
Tints of De York #8BD57D
RGB
CMYK
RGB Variations
Color information
#8BD57D (or 0x8BD57D) is known color: De York. HEX triplet: 8B, D5 and 7D. RGB value is (139,213,125). Sum of RGB (Red+Green+Blue) = 139+213+125=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD57D is #742A82. Grayscale: #B5B5B5. Windows color (decimal): -7613059 or 8246667. OLE color: 8246667.
HSL color Cylindrical-coordinate representation of color #8BD57D: hue angle of 110.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD57D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 125 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.16 |
| HSL | 110.45º | 0.51% | 0.66% | - |
| HSV(B) | 110.45º | 0.41% | 0.84% | - |
| XYZ | 38.14 | 54.56 | 27.92 | - |
| YUV | 180.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 125 | 0.35 | 0 | 0.41 | 0.16 | 110.45 | 0.51 | 0.66 |
| Hex | 8B | D5 | 7D | 23 | 0 | 29 | 10 | 6E | 33 | 42 |
| Octal | 213 | 325 | 175 | 43 | 0 | 51 | 20 | 156 | 63 | 102 |
| Binary | 10001011 | 11010101 | 1111101 | 100011 | 0 | 101001 | 10000 | 1101110 | 110011 | 1000010 |
Color Harmonies of #8BD57D
Complementary color
Monochromatic Colors of #8BD57D
Black with #8BD57D
Text Example
Text Example
White with #8BD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD57D; }
p { color: rgb(139,213,125); }
H1.HeaderClassName
{
color: #8BD57D;
}
.AnyTagClassName
{
color: #8BD57D;
}
</style>
background-color css
<style>
a { background-color: #8BD57D; }
a { background-color: rgb(139,213,125); }
div.DivClassName
{
background-color: #8BD57D;
}
.BgClassName
{
background-color: #8BD57D;
}
</style>
border-color css
<style>
span { border-color: #8BD57D; }
span { border-color: rgb(139,213,125); }
td.TdClassName
{
border-color: #8BD57D;
}
.TagClassName
{
border-color: #8BD57D;
}
</style>