Shades of De York #8BC588
Tints of De York #8BC588
RGB
CMYK
RGB Variations
Color information
#8BC588 (or 0x8BC588) is known color: De York. HEX triplet: 8B, C5 and 88. RGB value is (139,197,136). Sum of RGB (Red+Green+Blue) = 139+197+136=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC588 is #743A77. Grayscale: #ACACAC. Windows color (decimal): -7617144 or 8963467. OLE color: 8963467.
HSL color Cylindrical-coordinate representation of color #8BC588: hue angle of 117.05º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC588 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 136 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.23 |
| HSL | 117.05º | 0.34% | 0.65% | - |
| HSV(B) | 117.05º | 0.31% | 0.77% | - |
| XYZ | 35.06 | 47.2 | 30.56 | - |
| YUV | 172.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 136 | 0.29 | 0 | 0.31 | 0.23 | 117.05 | 0.34 | 0.65 |
| Hex | 8B | C5 | 88 | 1D | 0 | 1F | 17 | 75 | 22 | 41 |
| Octal | 213 | 305 | 210 | 35 | 0 | 37 | 27 | 165 | 42 | 101 |
| Binary | 10001011 | 11000101 | 10001000 | 11101 | 0 | 11111 | 10111 | 1110101 | 100010 | 1000001 |
Color Harmonies of #8BC588
Complementary color
Monochromatic Colors of #8BC588
Black with #8BC588
Text Example
Text Example
White with #8BC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC588; }
p { color: rgb(139,197,136); }
H1.HeaderClassName
{
color: #8BC588;
}
.AnyTagClassName
{
color: #8BC588;
}
</style>
background-color css
<style>
a { background-color: #8BC588; }
a { background-color: rgb(139,197,136); }
div.DivClassName
{
background-color: #8BC588;
}
.BgClassName
{
background-color: #8BC588;
}
</style>
border-color css
<style>
span { border-color: #8BC588; }
span { border-color: rgb(139,197,136); }
td.TdClassName
{
border-color: #8BC588;
}
.TagClassName
{
border-color: #8BC588;
}
</style>