Shades of De York #8BD68C
Tints of De York #8BD68C
RGB
CMYK
RGB Variations
Color information
#8BD68C (or 0x8BD68C) is known color: De York. HEX triplet: 8B, D6 and 8C. RGB value is (139,214,140). Sum of RGB (Red+Green+Blue) = 139+214+140=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD68C is #742973. Grayscale: #B7B7B7. Windows color (decimal): -7612788 or 9229963. OLE color: 9229963.
HSL color Cylindrical-coordinate representation of color #8BD68C: hue angle of 120.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD68C is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 140 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.16 |
| HSL | 120.8º | 0.48% | 0.69% | - |
| HSV(B) | 120.8º | 0.35% | 0.84% | - |
| XYZ | 39.43 | 55.48 | 33.44 | - |
| YUV | 183.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 140 | 0.35 | 0 | 0.35 | 0.16 | 120.8 | 0.48 | 0.69 |
| Hex | 8B | D6 | 8C | 23 | 0 | 23 | 10 | 79 | 30 | 45 |
| Octal | 213 | 326 | 214 | 43 | 0 | 43 | 20 | 171 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10001100 | 100011 | 0 | 100011 | 10000 | 1111001 | 110000 | 1000101 |
Color Harmonies of #8BD68C
Complementary color
Monochromatic Colors of #8BD68C
Black with #8BD68C
Text Example
Text Example
White with #8BD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD68C; }
p { color: rgb(139,214,140); }
H1.HeaderClassName
{
color: #8BD68C;
}
.AnyTagClassName
{
color: #8BD68C;
}
</style>
background-color css
<style>
a { background-color: #8BD68C; }
a { background-color: rgb(139,214,140); }
div.DivClassName
{
background-color: #8BD68C;
}
.BgClassName
{
background-color: #8BD68C;
}
</style>
border-color css
<style>
span { border-color: #8BD68C; }
span { border-color: rgb(139,214,140); }
td.TdClassName
{
border-color: #8BD68C;
}
.TagClassName
{
border-color: #8BD68C;
}
</style>