Shades of Lima #81BB32
Tints of Lima #81BB32
RGB
CMYK
RGB Variations
Color information
#81BB32 (or 0x81BB32) is known color: Lima. HEX triplet: 81, BB and 32. RGB value is (129,187,50). Sum of RGB (Red+Green+Blue) = 129+187+50=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB32 is #7E44CD. Grayscale: #9A9A9A. Windows color (decimal): -8275150 or 3324801. OLE color: 3324801.
HSL color Cylindrical-coordinate representation of color #81BB32: hue angle of 85.4º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81BB32 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 50 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.27 |
| HSL | 85.4º | 0.58% | 0.46% | - |
| HSV(B) | 85.4º | 0.73% | 0.73% | - |
| XYZ | 27.4 | 40.44 | 9.38 | - |
| YUV | 154.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 50 | 0.31 | 0 | 0.73 | 0.27 | 85.4 | 0.58 | 0.46 |
| Hex | 81 | BB | 32 | 1F | 0 | 49 | 1B | 55 | 3A | 2E |
| Octal | 201 | 273 | 62 | 37 | 0 | 111 | 33 | 125 | 72 | 56 |
| Binary | 10000001 | 10111011 | 110010 | 11111 | 0 | 1001001 | 11011 | 1010101 | 111010 | 101110 |
Color Harmonies of #81BB32
Complementary color
Monochromatic Colors of #81BB32
Black with #81BB32
Text Example
Text Example
White with #81BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB32; }
p { color: rgb(129,187,50); }
H1.HeaderClassName
{
color: #81BB32;
}
.AnyTagClassName
{
color: #81BB32;
}
</style>
background-color css
<style>
a { background-color: #81BB32; }
a { background-color: rgb(129,187,50); }
div.DivClassName
{
background-color: #81BB32;
}
.BgClassName
{
background-color: #81BB32;
}
</style>
border-color css
<style>
span { border-color: #81BB32; }
span { border-color: rgb(129,187,50); }
td.TdClassName
{
border-color: #81BB32;
}
.TagClassName
{
border-color: #81BB32;
}
</style>