Shades of Lima #81A306
Tints of Lima #81A306
RGB
CMYK
RGB Variations
Color information
#81A306 (or 0x81A306) is known color: Lima. HEX triplet: 81, A3 and 06. RGB value is (129,163,6). Sum of RGB (Red+Green+Blue) = 129+163+6=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #81A306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A306 is #7E5CF9. Grayscale: #878787. Windows color (decimal): -8281338 or 435073. OLE color: 435073.
HSL color Cylindrical-coordinate representation of color #81A306: hue angle of 72.99º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81A306 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 6 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.36 |
| HSL | 72.99º | 0.93% | 0.33% | - |
| HSV(B) | 72.99º | 0.96% | 0.64% | - |
| XYZ | 22.18 | 30.87 | 4.96 | - |
| YUV | 134.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 6 | 0.21 | 0 | 0.96 | 0.36 | 72.99 | 0.93 | 0.33 |
| Hex | 81 | A3 | 6 | 15 | 0 | 60 | 24 | 49 | 5D | 21 |
| Octal | 201 | 243 | 6 | 25 | 0 | 140 | 44 | 111 | 135 | 41 |
| Binary | 10000001 | 10100011 | 110 | 10101 | 0 | 1100000 | 100100 | 1001001 | 1011101 | 100001 |
Color Harmonies of #81A306
Complementary color
Monochromatic Colors of #81A306
Black with #81A306
Text Example
Text Example
White with #81A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A306; }
p { color: rgb(129,163,6); }
H1.HeaderClassName
{
color: #81A306;
}
.AnyTagClassName
{
color: #81A306;
}
</style>
background-color css
<style>
a { background-color: #81A306; }
a { background-color: rgb(129,163,6); }
div.DivClassName
{
background-color: #81A306;
}
.BgClassName
{
background-color: #81A306;
}
</style>
border-color css
<style>
span { border-color: #81A306; }
span { border-color: rgb(129,163,6); }
td.TdClassName
{
border-color: #81A306;
}
.TagClassName
{
border-color: #81A306;
}
</style>