Shades of Chelsea Cucumber #81B158
Tints of Chelsea Cucumber #81B158
RGB
CMYK
RGB Variations
Color information
#81B158 (or 0x81B158) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 58. RGB value is (129,177,88). Sum of RGB (Red+Green+Blue) = 129+177+88=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #81B158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B158 is #7E4EA7. Grayscale: #989898. Windows color (decimal): -8277672 or 5812609. OLE color: 5812609.
HSL color Cylindrical-coordinate representation of color #81B158: hue angle of 92.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81B158 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 88 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.31 |
| HSL | 92.36º | 0.36% | 0.52% | - |
| HSV(B) | 92.36º | 0.5% | 0.69% | - |
| XYZ | 26.54 | 36.82 | 14.94 | - |
| YUV | 152.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 88 | 0.27 | 0 | 0.50 | 0.31 | 92.36 | 0.36 | 0.52 |
| Hex | 81 | B1 | 58 | 1B | 0 | 32 | 1F | 5C | 24 | 34 |
| Octal | 201 | 261 | 130 | 33 | 0 | 62 | 37 | 134 | 44 | 64 |
| Binary | 10000001 | 10110001 | 1011000 | 11011 | 0 | 110010 | 11111 | 1011100 | 100100 | 110100 |
Color Harmonies of #81B158
Complementary color
Monochromatic Colors of #81B158
Black with #81B158
Text Example
Text Example
White with #81B158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B158; }
p { color: rgb(129,177,88); }
H1.HeaderClassName
{
color: #81B158;
}
.AnyTagClassName
{
color: #81B158;
}
</style>
background-color css
<style>
a { background-color: #81B158; }
a { background-color: rgb(129,177,88); }
div.DivClassName
{
background-color: #81B158;
}
.BgClassName
{
background-color: #81B158;
}
</style>
border-color css
<style>
span { border-color: #81B158; }
span { border-color: rgb(129,177,88); }
td.TdClassName
{
border-color: #81B158;
}
.TagClassName
{
border-color: #81B158;
}
</style>