Shades of De York #8BC884
Tints of De York #8BC884
RGB
CMYK
RGB Variations
Color information
#8BC884 (or 0x8BC884) is known color: De York. HEX triplet: 8B, C8 and 84. RGB value is (139,200,132). Sum of RGB (Red+Green+Blue) = 139+200+132=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC884 is #74377B. Grayscale: #AEAEAE. Windows color (decimal): -7616380 or 8702091. OLE color: 8702091.
HSL color Cylindrical-coordinate representation of color #8BC884: hue angle of 113.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BC884 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 132 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.22 |
| HSL | 113.82º | 0.38% | 0.65% | - |
| HSV(B) | 113.82º | 0.34% | 0.78% | - |
| XYZ | 35.47 | 48.46 | 29.31 | - |
| YUV | 174.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 132 | 0.30 | 0 | 0.34 | 0.22 | 113.82 | 0.38 | 0.65 |
| Hex | 8B | C8 | 84 | 1E | 0 | 22 | 16 | 72 | 26 | 41 |
| Octal | 213 | 310 | 204 | 36 | 0 | 42 | 26 | 162 | 46 | 101 |
| Binary | 10001011 | 11001000 | 10000100 | 11110 | 0 | 100010 | 10110 | 1110010 | 100110 | 1000001 |
Color Harmonies of #8BC884
Complementary color
Monochromatic Colors of #8BC884
Black with #8BC884
Text Example
Text Example
White with #8BC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC884; }
p { color: rgb(139,200,132); }
H1.HeaderClassName
{
color: #8BC884;
}
.AnyTagClassName
{
color: #8BC884;
}
</style>
background-color css
<style>
a { background-color: #8BC884; }
a { background-color: rgb(139,200,132); }
div.DivClassName
{
background-color: #8BC884;
}
.BgClassName
{
background-color: #8BC884;
}
</style>
border-color css
<style>
span { border-color: #8BC884; }
span { border-color: rgb(139,200,132); }
td.TdClassName
{
border-color: #8BC884;
}
.TagClassName
{
border-color: #8BC884;
}
</style>