Shades of Lima #81B830
Tints of Lima #81B830
RGB
CMYK
RGB Variations
Color information
#81B830 (or 0x81B830) is known color: Lima. HEX triplet: 81, B8 and 30. RGB value is (129,184,48). Sum of RGB (Red+Green+Blue) = 129+184+48=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #81B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B830 is #7E47CF. Grayscale: #989898. Windows color (decimal): -8275920 or 3192961. OLE color: 3192961.
HSL color Cylindrical-coordinate representation of color #81B830: hue angle of 84.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81B830 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 48 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.28 |
| HSL | 84.26º | 0.59% | 0.45% | - |
| HSV(B) | 84.26º | 0.74% | 0.72% | - |
| XYZ | 26.73 | 39.16 | 8.95 | - |
| YUV | 152.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 48 | 0.30 | 0 | 0.74 | 0.28 | 84.26 | 0.59 | 0.45 |
| Hex | 81 | B8 | 30 | 1E | 0 | 4A | 1C | 54 | 3B | 2D |
| Octal | 201 | 270 | 60 | 36 | 0 | 112 | 34 | 124 | 73 | 55 |
| Binary | 10000001 | 10111000 | 110000 | 11110 | 0 | 1001010 | 11100 | 1010100 | 111011 | 101101 |
Color Harmonies of #81B830
Complementary color
Monochromatic Colors of #81B830
Black with #81B830
Text Example
Text Example
White with #81B830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B830; }
p { color: rgb(129,184,48); }
H1.HeaderClassName
{
color: #81B830;
}
.AnyTagClassName
{
color: #81B830;
}
</style>
background-color css
<style>
a { background-color: #81B830; }
a { background-color: rgb(129,184,48); }
div.DivClassName
{
background-color: #81B830;
}
.BgClassName
{
background-color: #81B830;
}
</style>
border-color css
<style>
span { border-color: #81B830; }
span { border-color: rgb(129,184,48); }
td.TdClassName
{
border-color: #81B830;
}
.TagClassName
{
border-color: #81B830;
}
</style>