Shades of Lima #81BC32
Tints of Lima #81BC32
RGB
CMYK
RGB Variations
Color information
#81BC32 (or 0x81BC32) is known color: Lima. HEX triplet: 81, BC and 32. RGB value is (129,188,50). Sum of RGB (Red+Green+Blue) = 129+188+50=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC32 is #7E43CD. Grayscale: #9B9B9B. Windows color (decimal): -8274894 or 3325057. OLE color: 3325057.
HSL color Cylindrical-coordinate representation of color #81BC32: hue angle of 85.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81BC32 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 50 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.26 |
| HSL | 85.65º | 0.58% | 0.47% | - |
| HSV(B) | 85.65º | 0.73% | 0.74% | - |
| XYZ | 27.61 | 40.86 | 9.45 | - |
| YUV | 154.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 50 | 0.31 | 0 | 0.73 | 0.26 | 85.65 | 0.58 | 0.47 |
| Hex | 81 | BC | 32 | 1F | 0 | 49 | 1A | 56 | 3A | 2F |
| Octal | 201 | 274 | 62 | 37 | 0 | 111 | 32 | 126 | 72 | 57 |
| Binary | 10000001 | 10111100 | 110010 | 11111 | 0 | 1001001 | 11010 | 1010110 | 111010 | 101111 |
Color Harmonies of #81BC32
Complementary color
Monochromatic Colors of #81BC32
Black with #81BC32
Text Example
Text Example
White with #81BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC32; }
p { color: rgb(129,188,50); }
H1.HeaderClassName
{
color: #81BC32;
}
.AnyTagClassName
{
color: #81BC32;
}
</style>
background-color css
<style>
a { background-color: #81BC32; }
a { background-color: rgb(129,188,50); }
div.DivClassName
{
background-color: #81BC32;
}
.BgClassName
{
background-color: #81BC32;
}
</style>
border-color css
<style>
span { border-color: #81BC32; }
span { border-color: rgb(129,188,50); }
td.TdClassName
{
border-color: #81BC32;
}
.TagClassName
{
border-color: #81BC32;
}
</style>