Shades of Chelsea Cucumber #8BAF50
Tints of Chelsea Cucumber #8BAF50
RGB
CMYK
RGB Variations
Color information
#8BAF50 (or 0x8BAF50) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 50. RGB value is (139,175,80). Sum of RGB (Red+Green+Blue) = 139+175+80=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF50 is #7450AF. Grayscale: #999999. Windows color (decimal): -7622832 or 5287819. OLE color: 5287819.
HSL color Cylindrical-coordinate representation of color #8BAF50: hue angle of 82.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BAF50 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 80 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.31 |
| HSL | 82.74º | 0.37% | 0.5% | - |
| HSV(B) | 82.74º | 0.54% | 0.69% | - |
| XYZ | 27.43 | 36.73 | 13.23 | - |
| YUV | 153.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 80 | 0.21 | 0 | 0.54 | 0.31 | 82.74 | 0.37 | 0.5 |
| Hex | 8B | AF | 50 | 15 | 0 | 36 | 1F | 53 | 25 | 32 |
| Octal | 213 | 257 | 120 | 25 | 0 | 66 | 37 | 123 | 45 | 62 |
| Binary | 10001011 | 10101111 | 1010000 | 10101 | 0 | 110110 | 11111 | 1010011 | 100101 | 110010 |
Color Harmonies of #8BAF50
Complementary color
Monochromatic Colors of #8BAF50
Black with #8BAF50
Text Example
Text Example
White with #8BAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF50; }
p { color: rgb(139,175,80); }
H1.HeaderClassName
{
color: #8BAF50;
}
.AnyTagClassName
{
color: #8BAF50;
}
</style>
background-color css
<style>
a { background-color: #8BAF50; }
a { background-color: rgb(139,175,80); }
div.DivClassName
{
background-color: #8BAF50;
}
.BgClassName
{
background-color: #8BAF50;
}
</style>
border-color css
<style>
span { border-color: #8BAF50; }
span { border-color: rgb(139,175,80); }
td.TdClassName
{
border-color: #8BAF50;
}
.TagClassName
{
border-color: #8BAF50;
}
</style>