Shades of De York #8BC77C
Tints of De York #8BC77C
RGB
CMYK
RGB Variations
Color information
#8BC77C (or 0x8BC77C) is known color: De York. HEX triplet: 8B, C7 and 7C. RGB value is (139,199,124). Sum of RGB (Red+Green+Blue) = 139+199+124=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC77C is #743883. Grayscale: #ACACAC. Windows color (decimal): -7616644 or 8177547. OLE color: 8177547.
HSL color Cylindrical-coordinate representation of color #8BC77C: hue angle of 108º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC77C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 124 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.22 |
| HSL | 108º | 0.4% | 0.63% | - |
| HSV(B) | 108º | 0.38% | 0.78% | - |
| XYZ | 34.71 | 47.79 | 26.46 | - |
| YUV | 172.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 124 | 0.30 | 0 | 0.38 | 0.22 | 108 | 0.4 | 0.63 |
| Hex | 8B | C7 | 7C | 1E | 0 | 26 | 16 | 6C | 28 | 3F |
| Octal | 213 | 307 | 174 | 36 | 0 | 46 | 26 | 154 | 50 | 77 |
| Binary | 10001011 | 11000111 | 1111100 | 11110 | 0 | 100110 | 10110 | 1101100 | 101000 | 111111 |
Color Harmonies of #8BC77C
Complementary color
Monochromatic Colors of #8BC77C
Black with #8BC77C
Text Example
Text Example
White with #8BC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC77C; }
p { color: rgb(139,199,124); }
H1.HeaderClassName
{
color: #8BC77C;
}
.AnyTagClassName
{
color: #8BC77C;
}
</style>
background-color css
<style>
a { background-color: #8BC77C; }
a { background-color: rgb(139,199,124); }
div.DivClassName
{
background-color: #8BC77C;
}
.BgClassName
{
background-color: #8BC77C;
}
</style>
border-color css
<style>
span { border-color: #8BC77C; }
span { border-color: rgb(139,199,124); }
td.TdClassName
{
border-color: #8BC77C;
}
.TagClassName
{
border-color: #8BC77C;
}
</style>