Shades of Lima #81BF08
Tints of Lima #81BF08
RGB
CMYK
RGB Variations
Color information
#81BF08 (or 0x81BF08) is known color: Lima. HEX triplet: 81, BF and 08. RGB value is (129,191,8). Sum of RGB (Red+Green+Blue) = 129+191+8=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF08 is #7E40F7. Grayscale: #989898. Windows color (decimal): -8274168 or 573313. OLE color: 573313.
HSL color Cylindrical-coordinate representation of color #81BF08: hue angle of 80.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81BF08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.25 |
| HSL | 80.33º | 0.92% | 0.39% | - |
| HSV(B) | 80.33º | 0.96% | 0.75% | - |
| XYZ | 27.73 | 41.95 | 6.86 | - |
| YUV | 151.6 | 46.96 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 8 | 0.32 | 0 | 0.96 | 0.25 | 80.33 | 0.92 | 0.39 |
| Hex | 81 | BF | 8 | 20 | 0 | 60 | 19 | 50 | 5C | 27 |
| Octal | 201 | 277 | 10 | 40 | 0 | 140 | 31 | 120 | 134 | 47 |
| Binary | 10000001 | 10111111 | 1000 | 100000 | 0 | 1100000 | 11001 | 1010000 | 1011100 | 100111 |
Color Harmonies of #81BF08
Complementary color
Monochromatic Colors of #81BF08
Black with #81BF08
Text Example
Text Example
White with #81BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF08; }
p { color: rgb(129,191,8); }
H1.HeaderClassName
{
color: #81BF08;
}
.AnyTagClassName
{
color: #81BF08;
}
</style>
background-color css
<style>
a { background-color: #81BF08; }
a { background-color: rgb(129,191,8); }
div.DivClassName
{
background-color: #81BF08;
}
.BgClassName
{
background-color: #81BF08;
}
</style>
border-color css
<style>
span { border-color: #81BF08; }
span { border-color: rgb(129,191,8); }
td.TdClassName
{
border-color: #81BF08;
}
.TagClassName
{
border-color: #81BF08;
}
</style>