Shades of De York #8BC67A
Tints of De York #8BC67A
RGB
CMYK
RGB Variations
Color information
#8BC67A (or 0x8BC67A) is known color: De York. HEX triplet: 8B, C6 and 7A. RGB value is (139,198,122). Sum of RGB (Red+Green+Blue) = 139+198+122=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC67A is #743985. Grayscale: #ABABAB. Windows color (decimal): -7616902 or 8046219. OLE color: 8046219.
HSL color Cylindrical-coordinate representation of color #8BC67A: hue angle of 106.58º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC67A is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 122 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.22 |
| HSL | 106.58º | 0.4% | 0.63% | - |
| HSV(B) | 106.58º | 0.38% | 0.78% | - |
| XYZ | 34.35 | 47.28 | 25.73 | - |
| YUV | 171.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 122 | 0.30 | 0 | 0.38 | 0.22 | 106.58 | 0.4 | 0.63 |
| Hex | 8B | C6 | 7A | 1E | 0 | 26 | 16 | 6B | 28 | 3F |
| Octal | 213 | 306 | 172 | 36 | 0 | 46 | 26 | 153 | 50 | 77 |
| Binary | 10001011 | 11000110 | 1111010 | 11110 | 0 | 100110 | 10110 | 1101011 | 101000 | 111111 |
Color Harmonies of #8BC67A
Complementary color
Monochromatic Colors of #8BC67A
Black with #8BC67A
Text Example
Text Example
White with #8BC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC67A; }
p { color: rgb(139,198,122); }
H1.HeaderClassName
{
color: #8BC67A;
}
.AnyTagClassName
{
color: #8BC67A;
}
</style>
background-color css
<style>
a { background-color: #8BC67A; }
a { background-color: rgb(139,198,122); }
div.DivClassName
{
background-color: #8BC67A;
}
.BgClassName
{
background-color: #8BC67A;
}
</style>
border-color css
<style>
span { border-color: #8BC67A; }
span { border-color: rgb(139,198,122); }
td.TdClassName
{
border-color: #8BC67A;
}
.TagClassName
{
border-color: #8BC67A;
}
</style>