Shades of Lima #81BA08
Tints of Lima #81BA08
RGB
CMYK
RGB Variations
Color information
#81BA08 (or 0x81BA08) is known color: Lima. HEX triplet: 81, BA and 08. RGB value is (129,186,8). Sum of RGB (Red+Green+Blue) = 129+186+8=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA08 is #7E45F7. Grayscale: #959595. Windows color (decimal): -8275448 or 572033. OLE color: 572033.
HSL color Cylindrical-coordinate representation of color #81BA08: hue angle of 79.21º 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 #81BA08 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.27 |
| HSL | 79.21º | 0.92% | 0.38% | - |
| HSV(B) | 79.21º | 0.96% | 0.73% | - |
| XYZ | 26.66 | 39.8 | 6.51 | - |
| YUV | 148.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 8 | 0.31 | 0 | 0.96 | 0.27 | 79.21 | 0.92 | 0.38 |
| Hex | 81 | BA | 8 | 1F | 0 | 60 | 1B | 4F | 5C | 26 |
| Octal | 201 | 272 | 10 | 37 | 0 | 140 | 33 | 117 | 134 | 46 |
| Binary | 10000001 | 10111010 | 1000 | 11111 | 0 | 1100000 | 11011 | 1001111 | 1011100 | 100110 |
Color Harmonies of #81BA08
Complementary color
Monochromatic Colors of #81BA08
Black with #81BA08
Text Example
Text Example
White with #81BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA08; }
p { color: rgb(129,186,8); }
H1.HeaderClassName
{
color: #81BA08;
}
.AnyTagClassName
{
color: #81BA08;
}
</style>
background-color css
<style>
a { background-color: #81BA08; }
a { background-color: rgb(129,186,8); }
div.DivClassName
{
background-color: #81BA08;
}
.BgClassName
{
background-color: #81BA08;
}
</style>
border-color css
<style>
span { border-color: #81BA08; }
span { border-color: rgb(129,186,8); }
td.TdClassName
{
border-color: #81BA08;
}
.TagClassName
{
border-color: #81BA08;
}
</style>