Shades of Lima #81AD06
Tints of Lima #81AD06
RGB
CMYK
RGB Variations
Color information
#81AD06 (or 0x81AD06) is known color: Lima. HEX triplet: 81, AD and 06. RGB value is (129,173,6). Sum of RGB (Red+Green+Blue) = 129+173+6=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD06 is #7E52F9. Grayscale: #8D8D8D. Windows color (decimal): -8278778 or 437633. OLE color: 437633.
HSL color Cylindrical-coordinate representation of color #81AD06: hue angle of 75.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81AD06 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.32 |
| HSL | 75.81º | 0.93% | 0.35% | - |
| HSV(B) | 75.81º | 0.97% | 0.68% | - |
| XYZ | 24.03 | 34.57 | 5.58 | - |
| YUV | 140.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 6 | 0.25 | 0 | 0.97 | 0.32 | 75.81 | 0.93 | 0.35 |
| Hex | 81 | AD | 6 | 19 | 0 | 61 | 20 | 4C | 5D | 23 |
| Octal | 201 | 255 | 6 | 31 | 0 | 141 | 40 | 114 | 135 | 43 |
| Binary | 10000001 | 10101101 | 110 | 11001 | 0 | 1100001 | 100000 | 1001100 | 1011101 | 100011 |
Color Harmonies of #81AD06
Complementary color
Monochromatic Colors of #81AD06
Black with #81AD06
Text Example
Text Example
White with #81AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD06; }
p { color: rgb(129,173,6); }
H1.HeaderClassName
{
color: #81AD06;
}
.AnyTagClassName
{
color: #81AD06;
}
</style>
background-color css
<style>
a { background-color: #81AD06; }
a { background-color: rgb(129,173,6); }
div.DivClassName
{
background-color: #81AD06;
}
.BgClassName
{
background-color: #81AD06;
}
</style>
border-color css
<style>
span { border-color: #81AD06; }
span { border-color: rgb(129,173,6); }
td.TdClassName
{
border-color: #81AD06;
}
.TagClassName
{
border-color: #81AD06;
}
</style>