Shades of De York #8BC885
Tints of De York #8BC885
RGB
CMYK
RGB Variations
Color information
#8BC885 (or 0x8BC885) is known color: De York. HEX triplet: 8B, C8 and 85. RGB value is (139,200,133). Sum of RGB (Red+Green+Blue) = 139+200+133=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC885 is #74377A. Grayscale: #AEAEAE. Windows color (decimal): -7616379 or 8767627. OLE color: 8767627.
HSL color Cylindrical-coordinate representation of color #8BC885: hue angle of 114.63º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC885 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 133 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.22 |
| HSL | 114.63º | 0.38% | 0.65% | - |
| HSV(B) | 114.63º | 0.34% | 0.78% | - |
| XYZ | 35.54 | 48.49 | 29.68 | - |
| YUV | 174.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 133 | 0.30 | 0 | 0.34 | 0.22 | 114.63 | 0.38 | 0.65 |
| Hex | 8B | C8 | 85 | 1E | 0 | 22 | 16 | 73 | 26 | 41 |
| Octal | 213 | 310 | 205 | 36 | 0 | 42 | 26 | 163 | 46 | 101 |
| Binary | 10001011 | 11001000 | 10000101 | 11110 | 0 | 100010 | 10110 | 1110011 | 100110 | 1000001 |
Color Harmonies of #8BC885
Complementary color
Monochromatic Colors of #8BC885
Black with #8BC885
Text Example
Text Example
White with #8BC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC885; }
p { color: rgb(139,200,133); }
H1.HeaderClassName
{
color: #8BC885;
}
.AnyTagClassName
{
color: #8BC885;
}
</style>
background-color css
<style>
a { background-color: #8BC885; }
a { background-color: rgb(139,200,133); }
div.DivClassName
{
background-color: #8BC885;
}
.BgClassName
{
background-color: #8BC885;
}
</style>
border-color css
<style>
span { border-color: #8BC885; }
span { border-color: rgb(139,200,133); }
td.TdClassName
{
border-color: #8BC885;
}
.TagClassName
{
border-color: #8BC885;
}
</style>