Shades of De York #8BCE8A
Tints of De York #8BCE8A
RGB
CMYK
RGB Variations
Color information
#8BCE8A (or 0x8BCE8A) is known color: De York. HEX triplet: 8B, CE and 8A. RGB value is (139,206,138). Sum of RGB (Red+Green+Blue) = 139+206+138=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE8A is #743175. Grayscale: #B2B2B2. Windows color (decimal): -7614838 or 9096843. OLE color: 9096843.
HSL color Cylindrical-coordinate representation of color #8BCE8A: hue angle of 119.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE8A is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 138 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.19 |
| HSL | 119.12º | 0.41% | 0.67% | - |
| HSV(B) | 119.12º | 0.33% | 0.81% | - |
| XYZ | 37.31 | 51.47 | 32.01 | - |
| YUV | 178.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 138 | 0.33 | 0 | 0.33 | 0.19 | 119.12 | 0.41 | 0.67 |
| Hex | 8B | CE | 8A | 21 | 0 | 21 | 13 | 77 | 29 | 43 |
| Octal | 213 | 316 | 212 | 41 | 0 | 41 | 23 | 167 | 51 | 103 |
| Binary | 10001011 | 11001110 | 10001010 | 100001 | 0 | 100001 | 10011 | 1110111 | 101001 | 1000011 |
Color Harmonies of #8BCE8A
Complementary color
Monochromatic Colors of #8BCE8A
Black with #8BCE8A
Text Example
Text Example
White with #8BCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCE8A; }
p { color: rgb(139,206,138); }
H1.HeaderClassName
{
color: #8BCE8A;
}
.AnyTagClassName
{
color: #8BCE8A;
}
</style>
background-color css
<style>
a { background-color: #8BCE8A; }
a { background-color: rgb(139,206,138); }
div.DivClassName
{
background-color: #8BCE8A;
}
.BgClassName
{
background-color: #8BCE8A;
}
</style>
border-color css
<style>
span { border-color: #8BCE8A; }
span { border-color: rgb(139,206,138); }
td.TdClassName
{
border-color: #8BCE8A;
}
.TagClassName
{
border-color: #8BCE8A;
}
</style>