Shades of De York #8BCF8D
Tints of De York #8BCF8D
RGB
CMYK
RGB Variations
Color information
#8BCF8D (or 0x8BCF8D) is known color: De York. HEX triplet: 8B, CF and 8D. RGB value is (139,207,141). Sum of RGB (Red+Green+Blue) = 139+207+141=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF8D is #743072. Grayscale: #B3B3B3. Windows color (decimal): -7614579 or 9293707. OLE color: 9293707.
HSL color Cylindrical-coordinate representation of color #8BCF8D: hue angle of 121.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCF8D is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 141 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.19 |
| HSL | 121.76º | 0.41% | 0.68% | - |
| HSV(B) | 121.76º | 0.33% | 0.81% | - |
| XYZ | 37.77 | 52.04 | 33.25 | - |
| YUV | 179.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 141 | 0.33 | 0 | 0.32 | 0.19 | 121.76 | 0.41 | 0.68 |
| Hex | 8B | CF | 8D | 21 | 0 | 20 | 13 | 7A | 29 | 44 |
| Octal | 213 | 317 | 215 | 41 | 0 | 40 | 23 | 172 | 51 | 104 |
| Binary | 10001011 | 11001111 | 10001101 | 100001 | 0 | 100000 | 10011 | 1111010 | 101001 | 1000100 |
Color Harmonies of #8BCF8D
Complementary color
Monochromatic Colors of #8BCF8D
Black with #8BCF8D
Text Example
Text Example
White with #8BCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF8D; }
p { color: rgb(139,207,141); }
H1.HeaderClassName
{
color: #8BCF8D;
}
.AnyTagClassName
{
color: #8BCF8D;
}
</style>
background-color css
<style>
a { background-color: #8BCF8D; }
a { background-color: rgb(139,207,141); }
div.DivClassName
{
background-color: #8BCF8D;
}
.BgClassName
{
background-color: #8BCF8D;
}
</style>
border-color css
<style>
span { border-color: #8BCF8D; }
span { border-color: rgb(139,207,141); }
td.TdClassName
{
border-color: #8BCF8D;
}
.TagClassName
{
border-color: #8BCF8D;
}
</style>