Shades of De York #8BD67D
Tints of De York #8BD67D
RGB
CMYK
RGB Variations
Color information
#8BD67D (or 0x8BD67D) is known color: De York. HEX triplet: 8B, D6 and 7D. RGB value is (139,214,125). Sum of RGB (Red+Green+Blue) = 139+214+125=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD67D is #742982. Grayscale: #B5B5B5. Windows color (decimal): -7612803 or 8246923. OLE color: 8246923.
HSL color Cylindrical-coordinate representation of color #8BD67D: hue angle of 110.56º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD67D is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 125 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.16 |
| HSL | 110.56º | 0.52% | 0.66% | - |
| HSV(B) | 110.56º | 0.42% | 0.84% | - |
| XYZ | 38.4 | 55.06 | 28.01 | - |
| YUV | 181.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 125 | 0.35 | 0 | 0.42 | 0.16 | 110.56 | 0.52 | 0.66 |
| Hex | 8B | D6 | 7D | 23 | 0 | 2A | 10 | 6F | 34 | 42 |
| Octal | 213 | 326 | 175 | 43 | 0 | 52 | 20 | 157 | 64 | 102 |
| Binary | 10001011 | 11010110 | 1111101 | 100011 | 0 | 101010 | 10000 | 1101111 | 110100 | 1000010 |
Color Harmonies of #8BD67D
Complementary color
Monochromatic Colors of #8BD67D
Black with #8BD67D
Text Example
Text Example
White with #8BD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD67D; }
p { color: rgb(139,214,125); }
H1.HeaderClassName
{
color: #8BD67D;
}
.AnyTagClassName
{
color: #8BD67D;
}
</style>
background-color css
<style>
a { background-color: #8BD67D; }
a { background-color: rgb(139,214,125); }
div.DivClassName
{
background-color: #8BD67D;
}
.BgClassName
{
background-color: #8BD67D;
}
</style>
border-color css
<style>
span { border-color: #8BD67D; }
span { border-color: rgb(139,214,125); }
td.TdClassName
{
border-color: #8BD67D;
}
.TagClassName
{
border-color: #8BD67D;
}
</style>