Shades of Chelsea Cucumber #81B15B
Tints of Chelsea Cucumber #81B15B
RGB
CMYK
RGB Variations
Color information
#81B15B (or 0x81B15B) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 5B. RGB value is (129,177,91). Sum of RGB (Red+Green+Blue) = 129+177+91=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #81B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B15B is #7E4EA4. Grayscale: #999999. Windows color (decimal): -8277669 or 6009217. OLE color: 6009217.
HSL color Cylindrical-coordinate representation of color #81B15B: hue angle of 93.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81B15B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 91 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.31 |
| HSL | 93.49º | 0.36% | 0.53% | - |
| HSV(B) | 93.49º | 0.49% | 0.69% | - |
| XYZ | 26.66 | 36.87 | 15.61 | - |
| YUV | 152.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 91 | 0.27 | 0 | 0.49 | 0.31 | 93.49 | 0.36 | 0.53 |
| Hex | 81 | B1 | 5B | 1B | 0 | 31 | 1F | 5D | 24 | 35 |
| Octal | 201 | 261 | 133 | 33 | 0 | 61 | 37 | 135 | 44 | 65 |
| Binary | 10000001 | 10110001 | 1011011 | 11011 | 0 | 110001 | 11111 | 1011101 | 100100 | 110101 |
Color Harmonies of #81B15B
Complementary color
Monochromatic Colors of #81B15B
Black with #81B15B
Text Example
Text Example
White with #81B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B15B; }
p { color: rgb(129,177,91); }
H1.HeaderClassName
{
color: #81B15B;
}
.AnyTagClassName
{
color: #81B15B;
}
</style>
background-color css
<style>
a { background-color: #81B15B; }
a { background-color: rgb(129,177,91); }
div.DivClassName
{
background-color: #81B15B;
}
.BgClassName
{
background-color: #81B15B;
}
</style>
border-color css
<style>
span { border-color: #81B15B; }
span { border-color: rgb(129,177,91); }
td.TdClassName
{
border-color: #81B15B;
}
.TagClassName
{
border-color: #81B15B;
}
</style>