Shades of De York #8BC58E
Tints of De York #8BC58E
RGB
CMYK
RGB Variations
Color information
#8BC58E (or 0x8BC58E) is known color: De York. HEX triplet: 8B, C5 and 8E. RGB value is (139,197,142). Sum of RGB (Red+Green+Blue) = 139+197+142=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC58E is #743A71. Grayscale: #ADADAD. Windows color (decimal): -7617138 or 9356683. OLE color: 9356683.
HSL color Cylindrical-coordinate representation of color #8BC58E: hue angle of 123.1º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC58E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 142 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.23 |
| HSL | 123.1º | 0.33% | 0.66% | - |
| HSV(B) | 123.1º | 0.29% | 0.77% | - |
| XYZ | 35.5 | 47.37 | 32.86 | - |
| YUV | 173.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 142 | 0.29 | 0 | 0.28 | 0.23 | 123.1 | 0.33 | 0.66 |
| Hex | 8B | C5 | 8E | 1D | 0 | 1C | 17 | 7B | 21 | 42 |
| Octal | 213 | 305 | 216 | 35 | 0 | 34 | 27 | 173 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10001110 | 11101 | 0 | 11100 | 10111 | 1111011 | 100001 | 1000010 |
Color Harmonies of #8BC58E
Complementary color
Monochromatic Colors of #8BC58E
Black with #8BC58E
Text Example
Text Example
White with #8BC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC58E; }
p { color: rgb(139,197,142); }
H1.HeaderClassName
{
color: #8BC58E;
}
.AnyTagClassName
{
color: #8BC58E;
}
</style>
background-color css
<style>
a { background-color: #8BC58E; }
a { background-color: rgb(139,197,142); }
div.DivClassName
{
background-color: #8BC58E;
}
.BgClassName
{
background-color: #8BC58E;
}
</style>
border-color css
<style>
span { border-color: #8BC58E; }
span { border-color: rgb(139,197,142); }
td.TdClassName
{
border-color: #8BC58E;
}
.TagClassName
{
border-color: #8BC58E;
}
</style>