Shades of De York #8BD37C
Tints of De York #8BD37C
RGB
CMYK
RGB Variations
Color information
#8BD37C (or 0x8BD37C) is known color: De York. HEX triplet: 8B, D3 and 7C. RGB value is (139,211,124). Sum of RGB (Red+Green+Blue) = 139+211+124=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD37C is #742C83. Grayscale: #B3B3B3. Windows color (decimal): -7613572 or 8180619. OLE color: 8180619.
HSL color Cylindrical-coordinate representation of color #8BD37C: hue angle of 109.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD37C is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 124 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.17 |
| HSL | 109.66º | 0.5% | 0.66% | - |
| HSV(B) | 109.66º | 0.41% | 0.83% | - |
| XYZ | 37.58 | 53.53 | 27.42 | - |
| YUV | 179.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 124 | 0.34 | 0 | 0.41 | 0.17 | 109.66 | 0.5 | 0.66 |
| Hex | 8B | D3 | 7C | 22 | 0 | 29 | 11 | 6E | 32 | 42 |
| Octal | 213 | 323 | 174 | 42 | 0 | 51 | 21 | 156 | 62 | 102 |
| Binary | 10001011 | 11010011 | 1111100 | 100010 | 0 | 101001 | 10001 | 1101110 | 110010 | 1000010 |
Color Harmonies of #8BD37C
Complementary color
Monochromatic Colors of #8BD37C
Black with #8BD37C
Text Example
Text Example
White with #8BD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD37C; }
p { color: rgb(139,211,124); }
H1.HeaderClassName
{
color: #8BD37C;
}
.AnyTagClassName
{
color: #8BD37C;
}
</style>
background-color css
<style>
a { background-color: #8BD37C; }
a { background-color: rgb(139,211,124); }
div.DivClassName
{
background-color: #8BD37C;
}
.BgClassName
{
background-color: #8BD37C;
}
</style>
border-color css
<style>
span { border-color: #8BD37C; }
span { border-color: rgb(139,211,124); }
td.TdClassName
{
border-color: #8BD37C;
}
.TagClassName
{
border-color: #8BD37C;
}
</style>