Shades of De York #8BC879
Tints of De York #8BC879
RGB
CMYK
RGB Variations
Color information
#8BC879 (or 0x8BC879) is known color: De York. HEX triplet: 8B, C8 and 79. RGB value is (139,200,121). Sum of RGB (Red+Green+Blue) = 139+200+121=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC879 is #743786. Grayscale: #ADADAD. Windows color (decimal): -7616391 or 7981195. OLE color: 7981195.
HSL color Cylindrical-coordinate representation of color #8BC879: hue angle of 106.33º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BC879 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 121 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.22 |
| HSL | 106.33º | 0.42% | 0.63% | - |
| HSV(B) | 106.33º | 0.4% | 0.78% | - |
| XYZ | 34.75 | 48.18 | 25.56 | - |
| YUV | 172.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 121 | 0.30 | 0 | 0.39 | 0.22 | 106.33 | 0.42 | 0.63 |
| Hex | 8B | C8 | 79 | 1E | 0 | 27 | 16 | 6A | 2A | 3F |
| Octal | 213 | 310 | 171 | 36 | 0 | 47 | 26 | 152 | 52 | 77 |
| Binary | 10001011 | 11001000 | 1111001 | 11110 | 0 | 100111 | 10110 | 1101010 | 101010 | 111111 |
Color Harmonies of #8BC879
Complementary color
Monochromatic Colors of #8BC879
Black with #8BC879
Text Example
Text Example
White with #8BC879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC879; }
p { color: rgb(139,200,121); }
H1.HeaderClassName
{
color: #8BC879;
}
.AnyTagClassName
{
color: #8BC879;
}
</style>
background-color css
<style>
a { background-color: #8BC879; }
a { background-color: rgb(139,200,121); }
div.DivClassName
{
background-color: #8BC879;
}
.BgClassName
{
background-color: #8BC879;
}
</style>
border-color css
<style>
span { border-color: #8BC879; }
span { border-color: rgb(139,200,121); }
td.TdClassName
{
border-color: #8BC879;
}
.TagClassName
{
border-color: #8BC879;
}
</style>