Shades of Chelsea Cucumber #8ABC51
Tints of Chelsea Cucumber #8ABC51
RGB
CMYK
RGB Variations
Color information
#8ABC51 (or 0x8ABC51) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 51. RGB value is (138,188,81). Sum of RGB (Red+Green+Blue) = 138+188+81=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC51 is #7543AE. Grayscale: #A1A1A1. Windows color (decimal): -7685039 or 5356682. OLE color: 5356682.
HSL color Cylindrical-coordinate representation of color #8ABC51: hue angle of 88.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ABC51 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 81 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.26 |
| HSL | 88.04º | 0.44% | 0.53% | - |
| HSV(B) | 88.04º | 0.57% | 0.74% | - |
| XYZ | 29.95 | 41.96 | 14.31 | - |
| YUV | 160.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 81 | 0.27 | 0 | 0.57 | 0.26 | 88.04 | 0.44 | 0.53 |
| Hex | 8A | BC | 51 | 1B | 0 | 39 | 1A | 58 | 2C | 35 |
| Octal | 212 | 274 | 121 | 33 | 0 | 71 | 32 | 130 | 54 | 65 |
| Binary | 10001010 | 10111100 | 1010001 | 11011 | 0 | 111001 | 11010 | 1011000 | 101100 | 110101 |
Color Harmonies of #8ABC51
Complementary color
Monochromatic Colors of #8ABC51
Black with #8ABC51
Text Example
Text Example
White with #8ABC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC51; }
p { color: rgb(138,188,81); }
H1.HeaderClassName
{
color: #8ABC51;
}
.AnyTagClassName
{
color: #8ABC51;
}
</style>
background-color css
<style>
a { background-color: #8ABC51; }
a { background-color: rgb(138,188,81); }
div.DivClassName
{
background-color: #8ABC51;
}
.BgClassName
{
background-color: #8ABC51;
}
</style>
border-color css
<style>
span { border-color: #8ABC51; }
span { border-color: rgb(138,188,81); }
td.TdClassName
{
border-color: #8ABC51;
}
.TagClassName
{
border-color: #8ABC51;
}
</style>