Shades of De York #8BC388
Tints of De York #8BC388
RGB
CMYK
RGB Variations
Color information
#8BC388 (or 0x8BC388) is known color: De York. HEX triplet: 8B, C3 and 88. RGB value is (139,195,136). Sum of RGB (Red+Green+Blue) = 139+195+136=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC388 is #743C77. Grayscale: #ABABAB. Windows color (decimal): -7617656 or 8962955. OLE color: 8962955.
HSL color Cylindrical-coordinate representation of color #8BC388: hue angle of 116.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC388 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 136 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.24 |
| HSL | 116.95º | 0.33% | 0.65% | - |
| HSV(B) | 116.95º | 0.3% | 0.76% | - |
| XYZ | 34.61 | 46.3 | 30.4 | - |
| YUV | 171.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 136 | 0.29 | 0 | 0.30 | 0.24 | 116.95 | 0.33 | 0.65 |
| Hex | 8B | C3 | 88 | 1D | 0 | 1E | 18 | 75 | 21 | 41 |
| Octal | 213 | 303 | 210 | 35 | 0 | 36 | 30 | 165 | 41 | 101 |
| Binary | 10001011 | 11000011 | 10001000 | 11101 | 0 | 11110 | 11000 | 1110101 | 100001 | 1000001 |
Color Harmonies of #8BC388
Complementary color
Monochromatic Colors of #8BC388
Black with #8BC388
Text Example
Text Example
White with #8BC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC388; }
p { color: rgb(139,195,136); }
H1.HeaderClassName
{
color: #8BC388;
}
.AnyTagClassName
{
color: #8BC388;
}
</style>
background-color css
<style>
a { background-color: #8BC388; }
a { background-color: rgb(139,195,136); }
div.DivClassName
{
background-color: #8BC388;
}
.BgClassName
{
background-color: #8BC388;
}
</style>
border-color css
<style>
span { border-color: #8BC388; }
span { border-color: rgb(139,195,136); }
td.TdClassName
{
border-color: #8BC388;
}
.TagClassName
{
border-color: #8BC388;
}
</style>