Shades of Chelsea Cucumber #81B358
Tints of Chelsea Cucumber #81B358
RGB
CMYK
RGB Variations
Color information
#81B358 (or 0x81B358) is known color: Chelsea Cucumber. HEX triplet: 81, B3 and 58. RGB value is (129,179,88). Sum of RGB (Red+Green+Blue) = 129+179+88=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #81B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B358 is #7E4CA7. Grayscale: #999999. Windows color (decimal): -8277160 or 5813121. OLE color: 5813121.
HSL color Cylindrical-coordinate representation of color #81B358: hue angle of 92.97º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81B358 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 88 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.30 |
| HSL | 92.97º | 0.37% | 0.52% | - |
| HSV(B) | 92.97º | 0.51% | 0.7% | - |
| XYZ | 26.93 | 37.61 | 15.07 | - |
| YUV | 153.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 88 | 0.28 | 0 | 0.51 | 0.30 | 92.97 | 0.37 | 0.52 |
| Hex | 81 | B3 | 58 | 1C | 0 | 33 | 1E | 5D | 25 | 34 |
| Octal | 201 | 263 | 130 | 34 | 0 | 63 | 36 | 135 | 45 | 64 |
| Binary | 10000001 | 10110011 | 1011000 | 11100 | 0 | 110011 | 11110 | 1011101 | 100101 | 110100 |
Color Harmonies of #81B358
Complementary color
Monochromatic Colors of #81B358
Black with #81B358
Text Example
Text Example
White with #81B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B358; }
p { color: rgb(129,179,88); }
H1.HeaderClassName
{
color: #81B358;
}
.AnyTagClassName
{
color: #81B358;
}
</style>
background-color css
<style>
a { background-color: #81B358; }
a { background-color: rgb(129,179,88); }
div.DivClassName
{
background-color: #81B358;
}
.BgClassName
{
background-color: #81B358;
}
</style>
border-color css
<style>
span { border-color: #81B358; }
span { border-color: rgb(129,179,88); }
td.TdClassName
{
border-color: #81B358;
}
.TagClassName
{
border-color: #81B358;
}
</style>