Shades of De York #8BC97C
Tints of De York #8BC97C
RGB
CMYK
RGB Variations
Color information
#8BC97C (or 0x8BC97C) is known color: De York. HEX triplet: 8B, C9 and 7C. RGB value is (139,201,124). Sum of RGB (Red+Green+Blue) = 139+201+124=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC97C is #743683. Grayscale: #ADADAD. Windows color (decimal): -7616132 or 8178059. OLE color: 8178059.
HSL color Cylindrical-coordinate representation of color #8BC97C: hue angle of 108.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC97C is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 124 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.21 |
| HSL | 108.31º | 0.42% | 0.64% | - |
| HSV(B) | 108.31º | 0.38% | 0.79% | - |
| XYZ | 35.17 | 48.72 | 26.62 | - |
| YUV | 173.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 124 | 0.31 | 0 | 0.38 | 0.21 | 108.31 | 0.42 | 0.64 |
| Hex | 8B | C9 | 7C | 1F | 0 | 26 | 15 | 6C | 2A | 40 |
| Octal | 213 | 311 | 174 | 37 | 0 | 46 | 25 | 154 | 52 | 100 |
| Binary | 10001011 | 11001001 | 1111100 | 11111 | 0 | 100110 | 10101 | 1101100 | 101010 | 1000000 |
Color Harmonies of #8BC97C
Complementary color
Monochromatic Colors of #8BC97C
Black with #8BC97C
Text Example
Text Example
White with #8BC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC97C; }
p { color: rgb(139,201,124); }
H1.HeaderClassName
{
color: #8BC97C;
}
.AnyTagClassName
{
color: #8BC97C;
}
</style>
background-color css
<style>
a { background-color: #8BC97C; }
a { background-color: rgb(139,201,124); }
div.DivClassName
{
background-color: #8BC97C;
}
.BgClassName
{
background-color: #8BC97C;
}
</style>
border-color css
<style>
span { border-color: #8BC97C; }
span { border-color: rgb(139,201,124); }
td.TdClassName
{
border-color: #8BC97C;
}
.TagClassName
{
border-color: #8BC97C;
}
</style>