Shades of Lima #81B908
Tints of Lima #81B908
RGB
CMYK
RGB Variations
Color information
#81B908 (or 0x81B908) is known color: Lima. HEX triplet: 81, B9 and 08. RGB value is (129,185,8). Sum of RGB (Red+Green+Blue) = 129+185+8=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #81B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B908 is #7E46F7. Grayscale: #949494. Windows color (decimal): -8275704 or 571777. OLE color: 571777.
HSL color Cylindrical-coordinate representation of color #81B908: hue angle of 78.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81B908 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.27 |
| HSL | 78.98º | 0.92% | 0.38% | - |
| HSV(B) | 78.98º | 0.96% | 0.73% | - |
| XYZ | 26.45 | 39.38 | 6.44 | - |
| YUV | 148.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 8 | 0.30 | 0 | 0.96 | 0.27 | 78.98 | 0.92 | 0.38 |
| Hex | 81 | B9 | 8 | 1E | 0 | 60 | 1B | 4F | 5C | 26 |
| Octal | 201 | 271 | 10 | 36 | 0 | 140 | 33 | 117 | 134 | 46 |
| Binary | 10000001 | 10111001 | 1000 | 11110 | 0 | 1100000 | 11011 | 1001111 | 1011100 | 100110 |
Color Harmonies of #81B908
Complementary color
Monochromatic Colors of #81B908
Black with #81B908
Text Example
Text Example
White with #81B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B908; }
p { color: rgb(129,185,8); }
H1.HeaderClassName
{
color: #81B908;
}
.AnyTagClassName
{
color: #81B908;
}
</style>
background-color css
<style>
a { background-color: #81B908; }
a { background-color: rgb(129,185,8); }
div.DivClassName
{
background-color: #81B908;
}
.BgClassName
{
background-color: #81B908;
}
</style>
border-color css
<style>
span { border-color: #81B908; }
span { border-color: rgb(129,185,8); }
td.TdClassName
{
border-color: #81B908;
}
.TagClassName
{
border-color: #81B908;
}
</style>