Shades of Lima #81AF08
Tints of Lima #81AF08
RGB
CMYK
RGB Variations
Color information
#81AF08 (or 0x81AF08) is known color: Lima. HEX triplet: 81, AF and 08. RGB value is (129,175,8). Sum of RGB (Red+Green+Blue) = 129+175+8=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF08 is #7E50F7. Grayscale: #8E8E8E. Windows color (decimal): -8278264 or 569217. OLE color: 569217.
HSL color Cylindrical-coordinate representation of color #81AF08: hue angle of 76.53º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81AF08 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 8 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.31 |
| HSL | 76.53º | 0.91% | 0.36% | - |
| HSV(B) | 76.53º | 0.95% | 0.69% | - |
| XYZ | 24.43 | 35.34 | 5.76 | - |
| YUV | 142.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 8 | 0.26 | 0 | 0.95 | 0.31 | 76.53 | 0.91 | 0.36 |
| Hex | 81 | AF | 8 | 1A | 0 | 5F | 1F | 4D | 5B | 24 |
| Octal | 201 | 257 | 10 | 32 | 0 | 137 | 37 | 115 | 133 | 44 |
| Binary | 10000001 | 10101111 | 1000 | 11010 | 0 | 1011111 | 11111 | 1001101 | 1011011 | 100100 |
Color Harmonies of #81AF08
Complementary color
Monochromatic Colors of #81AF08
Black with #81AF08
Text Example
Text Example
White with #81AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF08; }
p { color: rgb(129,175,8); }
H1.HeaderClassName
{
color: #81AF08;
}
.AnyTagClassName
{
color: #81AF08;
}
</style>
background-color css
<style>
a { background-color: #81AF08; }
a { background-color: rgb(129,175,8); }
div.DivClassName
{
background-color: #81AF08;
}
.BgClassName
{
background-color: #81AF08;
}
</style>
border-color css
<style>
span { border-color: #81AF08; }
span { border-color: rgb(129,175,8); }
td.TdClassName
{
border-color: #81AF08;
}
.TagClassName
{
border-color: #81AF08;
}
</style>