Shades of De York #8BC17C
Tints of De York #8BC17C
RGB
CMYK
RGB Variations
Color information
#8BC17C (or 0x8BC17C) is known color: De York. HEX triplet: 8B, C1 and 7C. RGB value is (139,193,124). Sum of RGB (Red+Green+Blue) = 139+193+124=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC17C is #743E83. Grayscale: #A9A9A9. Windows color (decimal): -7618180 or 8176011. OLE color: 8176011.
HSL color Cylindrical-coordinate representation of color #8BC17C: hue angle of 106.96º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BC17C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 124 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.24 |
| HSL | 106.96º | 0.36% | 0.62% | - |
| HSV(B) | 106.96º | 0.36% | 0.76% | - |
| XYZ | 33.36 | 45.08 | 26.01 | - |
| YUV | 168.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 124 | 0.28 | 0 | 0.36 | 0.24 | 106.96 | 0.36 | 0.62 |
| Hex | 8B | C1 | 7C | 1C | 0 | 24 | 18 | 6B | 24 | 3E |
| Octal | 213 | 301 | 174 | 34 | 0 | 44 | 30 | 153 | 44 | 76 |
| Binary | 10001011 | 11000001 | 1111100 | 11100 | 0 | 100100 | 11000 | 1101011 | 100100 | 111110 |
Color Harmonies of #8BC17C
Complementary color
Monochromatic Colors of #8BC17C
Black with #8BC17C
Text Example
Text Example
White with #8BC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC17C; }
p { color: rgb(139,193,124); }
H1.HeaderClassName
{
color: #8BC17C;
}
.AnyTagClassName
{
color: #8BC17C;
}
</style>
background-color css
<style>
a { background-color: #8BC17C; }
a { background-color: rgb(139,193,124); }
div.DivClassName
{
background-color: #8BC17C;
}
.BgClassName
{
background-color: #8BC17C;
}
</style>
border-color css
<style>
span { border-color: #8BC17C; }
span { border-color: rgb(139,193,124); }
td.TdClassName
{
border-color: #8BC17C;
}
.TagClassName
{
border-color: #8BC17C;
}
</style>