Shades of De York #8BD57A
Tints of De York #8BD57A
RGB
CMYK
RGB Variations
Color information
#8BD57A (or 0x8BD57A) is known color: De York. HEX triplet: 8B, D5 and 7A. RGB value is (139,213,122). Sum of RGB (Red+Green+Blue) = 139+213+122=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD57A is #742A85. Grayscale: #B4B4B4. Windows color (decimal): -7613062 or 8050059. OLE color: 8050059.
HSL color Cylindrical-coordinate representation of color #8BD57A: hue angle of 108.79º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD57A is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 122 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.16 |
| HSL | 108.79º | 0.52% | 0.66% | - |
| HSV(B) | 108.79º | 0.43% | 0.84% | - |
| XYZ | 37.95 | 54.48 | 26.93 | - |
| YUV | 180.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 122 | 0.35 | 0 | 0.43 | 0.16 | 108.79 | 0.52 | 0.66 |
| Hex | 8B | D5 | 7A | 23 | 0 | 2B | 10 | 6D | 34 | 42 |
| Octal | 213 | 325 | 172 | 43 | 0 | 53 | 20 | 155 | 64 | 102 |
| Binary | 10001011 | 11010101 | 1111010 | 100011 | 0 | 101011 | 10000 | 1101101 | 110100 | 1000010 |
Color Harmonies of #8BD57A
Complementary color
Monochromatic Colors of #8BD57A
Black with #8BD57A
Text Example
Text Example
White with #8BD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD57A; }
p { color: rgb(139,213,122); }
H1.HeaderClassName
{
color: #8BD57A;
}
.AnyTagClassName
{
color: #8BD57A;
}
</style>
background-color css
<style>
a { background-color: #8BD57A; }
a { background-color: rgb(139,213,122); }
div.DivClassName
{
background-color: #8BD57A;
}
.BgClassName
{
background-color: #8BD57A;
}
</style>
border-color css
<style>
span { border-color: #8BD57A; }
span { border-color: rgb(139,213,122); }
td.TdClassName
{
border-color: #8BD57A;
}
.TagClassName
{
border-color: #8BD57A;
}
</style>