Shades of De York #8BCF7C
Tints of De York #8BCF7C
RGB
CMYK
RGB Variations
Color information
#8BCF7C (or 0x8BCF7C) is known color: De York. HEX triplet: 8B, CF and 7C. RGB value is (139,207,124). Sum of RGB (Red+Green+Blue) = 139+207+124=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF7C is #743083. Grayscale: #B1B1B1. Windows color (decimal): -7614596 or 8179595. OLE color: 8179595.
HSL color Cylindrical-coordinate representation of color #8BCF7C: hue angle of 109.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCF7C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 124 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.19 |
| HSL | 109.16º | 0.46% | 0.65% | - |
| HSV(B) | 109.16º | 0.4% | 0.81% | - |
| XYZ | 36.6 | 51.57 | 27.09 | - |
| YUV | 177.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 124 | 0.33 | 0 | 0.40 | 0.19 | 109.16 | 0.46 | 0.65 |
| Hex | 8B | CF | 7C | 21 | 0 | 28 | 13 | 6D | 2E | 41 |
| Octal | 213 | 317 | 174 | 41 | 0 | 50 | 23 | 155 | 56 | 101 |
| Binary | 10001011 | 11001111 | 1111100 | 100001 | 0 | 101000 | 10011 | 1101101 | 101110 | 1000001 |
Color Harmonies of #8BCF7C
Complementary color
Monochromatic Colors of #8BCF7C
Black with #8BCF7C
Text Example
Text Example
White with #8BCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF7C; }
p { color: rgb(139,207,124); }
H1.HeaderClassName
{
color: #8BCF7C;
}
.AnyTagClassName
{
color: #8BCF7C;
}
</style>
background-color css
<style>
a { background-color: #8BCF7C; }
a { background-color: rgb(139,207,124); }
div.DivClassName
{
background-color: #8BCF7C;
}
.BgClassName
{
background-color: #8BCF7C;
}
</style>
border-color css
<style>
span { border-color: #8BCF7C; }
span { border-color: rgb(139,207,124); }
td.TdClassName
{
border-color: #8BCF7C;
}
.TagClassName
{
border-color: #8BCF7C;
}
</style>