Shades of De York #8BC58C
Tints of De York #8BC58C
RGB
CMYK
RGB Variations
Color information
#8BC58C (or 0x8BC58C) is known color: De York. HEX triplet: 8B, C5 and 8C. RGB value is (139,197,140). Sum of RGB (Red+Green+Blue) = 139+197+140=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC58C is #743A73. Grayscale: #ADADAD. Windows color (decimal): -7617140 or 9225611. OLE color: 9225611.
HSL color Cylindrical-coordinate representation of color #8BC58C: hue angle of 121.03º 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 #8BC58C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 140 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.23 |
| HSL | 121.03º | 0.33% | 0.66% | - |
| HSV(B) | 121.03º | 0.29% | 0.77% | - |
| XYZ | 35.35 | 47.31 | 32.08 | - |
| YUV | 173.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 140 | 0.29 | 0 | 0.29 | 0.23 | 121.03 | 0.33 | 0.66 |
| Hex | 8B | C5 | 8C | 1D | 0 | 1D | 17 | 79 | 21 | 42 |
| Octal | 213 | 305 | 214 | 35 | 0 | 35 | 27 | 171 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10001100 | 11101 | 0 | 11101 | 10111 | 1111001 | 100001 | 1000010 |
Color Harmonies of #8BC58C
Complementary color
Monochromatic Colors of #8BC58C
Black with #8BC58C
Text Example
Text Example
White with #8BC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC58C; }
p { color: rgb(139,197,140); }
H1.HeaderClassName
{
color: #8BC58C;
}
.AnyTagClassName
{
color: #8BC58C;
}
</style>
background-color css
<style>
a { background-color: #8BC58C; }
a { background-color: rgb(139,197,140); }
div.DivClassName
{
background-color: #8BC58C;
}
.BgClassName
{
background-color: #8BC58C;
}
</style>
border-color css
<style>
span { border-color: #8BC58C; }
span { border-color: rgb(139,197,140); }
td.TdClassName
{
border-color: #8BC58C;
}
.TagClassName
{
border-color: #8BC58C;
}
</style>