Shades of De York #8BC77F
Tints of De York #8BC77F
RGB
CMYK
RGB Variations
Color information
#8BC77F (or 0x8BC77F) is known color: De York. HEX triplet: 8B, C7 and 7F. RGB value is (139,199,127). Sum of RGB (Red+Green+Blue) = 139+199+127=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC77F is #743880. Grayscale: #ADADAD. Windows color (decimal): -7616641 or 8374155. OLE color: 8374155.
HSL color Cylindrical-coordinate representation of color #8BC77F: hue angle of 110º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BC77F is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 127 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.22 |
| HSL | 110º | 0.39% | 0.64% | - |
| HSV(B) | 110º | 0.36% | 0.78% | - |
| XYZ | 34.9 | 47.87 | 27.48 | - |
| YUV | 172.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 127 | 0.30 | 0 | 0.36 | 0.22 | 110 | 0.39 | 0.64 |
| Hex | 8B | C7 | 7F | 1E | 0 | 24 | 16 | 6E | 27 | 40 |
| Octal | 213 | 307 | 177 | 36 | 0 | 44 | 26 | 156 | 47 | 100 |
| Binary | 10001011 | 11000111 | 1111111 | 11110 | 0 | 100100 | 10110 | 1101110 | 100111 | 1000000 |
Color Harmonies of #8BC77F
Complementary color
Monochromatic Colors of #8BC77F
Black with #8BC77F
Text Example
Text Example
White with #8BC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC77F; }
p { color: rgb(139,199,127); }
H1.HeaderClassName
{
color: #8BC77F;
}
.AnyTagClassName
{
color: #8BC77F;
}
</style>
background-color css
<style>
a { background-color: #8BC77F; }
a { background-color: rgb(139,199,127); }
div.DivClassName
{
background-color: #8BC77F;
}
.BgClassName
{
background-color: #8BC77F;
}
</style>
border-color css
<style>
span { border-color: #8BC77F; }
span { border-color: rgb(139,199,127); }
td.TdClassName
{
border-color: #8BC77F;
}
.TagClassName
{
border-color: #8BC77F;
}
</style>