Shades of De York #8BC580
Tints of De York #8BC580
RGB
CMYK
RGB Variations
Color information
#8BC580 (or 0x8BC580) is known color: De York. HEX triplet: 8B, C5 and 80. RGB value is (139,197,128). Sum of RGB (Red+Green+Blue) = 139+197+128=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC580 is #743A7F. Grayscale: #ACACAC. Windows color (decimal): -7617152 or 8439179. OLE color: 8439179.
HSL color Cylindrical-coordinate representation of color #8BC580: hue angle of 110.43º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC580 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 128 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.23 |
| HSL | 110.43º | 0.37% | 0.64% | - |
| HSV(B) | 110.43º | 0.35% | 0.77% | - |
| XYZ | 34.51 | 46.98 | 27.67 | - |
| YUV | 171.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 128 | 0.29 | 0 | 0.35 | 0.23 | 110.43 | 0.37 | 0.64 |
| Hex | 8B | C5 | 80 | 1D | 0 | 23 | 17 | 6E | 25 | 40 |
| Octal | 213 | 305 | 200 | 35 | 0 | 43 | 27 | 156 | 45 | 100 |
| Binary | 10001011 | 11000101 | 10000000 | 11101 | 0 | 100011 | 10111 | 1101110 | 100101 | 1000000 |
Color Harmonies of #8BC580
Complementary color
Monochromatic Colors of #8BC580
Black with #8BC580
Text Example
Text Example
White with #8BC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC580; }
p { color: rgb(139,197,128); }
H1.HeaderClassName
{
color: #8BC580;
}
.AnyTagClassName
{
color: #8BC580;
}
</style>
background-color css
<style>
a { background-color: #8BC580; }
a { background-color: rgb(139,197,128); }
div.DivClassName
{
background-color: #8BC580;
}
.BgClassName
{
background-color: #8BC580;
}
</style>
border-color css
<style>
span { border-color: #8BC580; }
span { border-color: rgb(139,197,128); }
td.TdClassName
{
border-color: #8BC580;
}
.TagClassName
{
border-color: #8BC580;
}
</style>