Shades of De York #8BC17A
Tints of De York #8BC17A
RGB
CMYK
RGB Variations
Color information
#8BC17A (or 0x8BC17A) is known color: De York. HEX triplet: 8B, C1 and 7A. RGB value is (139,193,122). Sum of RGB (Red+Green+Blue) = 139+193+122=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC17A is #743E85. Grayscale: #A8A8A8. Windows color (decimal): -7618182 or 8044939. OLE color: 8044939.
HSL color Cylindrical-coordinate representation of color #8BC17A: hue angle of 105.63º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC17A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 122 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.24 |
| HSL | 105.63º | 0.36% | 0.62% | - |
| HSV(B) | 105.63º | 0.37% | 0.76% | - |
| XYZ | 33.23 | 45.03 | 25.35 | - |
| YUV | 168.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 122 | 0.28 | 0 | 0.37 | 0.24 | 105.63 | 0.36 | 0.62 |
| Hex | 8B | C1 | 7A | 1C | 0 | 25 | 18 | 6A | 24 | 3E |
| Octal | 213 | 301 | 172 | 34 | 0 | 45 | 30 | 152 | 44 | 76 |
| Binary | 10001011 | 11000001 | 1111010 | 11100 | 0 | 100101 | 11000 | 1101010 | 100100 | 111110 |
Color Harmonies of #8BC17A
Complementary color
Monochromatic Colors of #8BC17A
Black with #8BC17A
Text Example
Text Example
White with #8BC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC17A; }
p { color: rgb(139,193,122); }
H1.HeaderClassName
{
color: #8BC17A;
}
.AnyTagClassName
{
color: #8BC17A;
}
</style>
background-color css
<style>
a { background-color: #8BC17A; }
a { background-color: rgb(139,193,122); }
div.DivClassName
{
background-color: #8BC17A;
}
.BgClassName
{
background-color: #8BC17A;
}
</style>
border-color css
<style>
span { border-color: #8BC17A; }
span { border-color: rgb(139,193,122); }
td.TdClassName
{
border-color: #8BC17A;
}
.TagClassName
{
border-color: #8BC17A;
}
</style>