Shades of Lima #81BF0B
Tints of Lima #81BF0B
RGB
CMYK
RGB Variations
Color information
#81BF0B (or 0x81BF0B) is known color: Lima. HEX triplet: 81, BF and 0B. RGB value is (129,191,11). Sum of RGB (Red+Green+Blue) = 129+191+11=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF0B is #7E40F4. Grayscale: #989898. Windows color (decimal): -8274165 or 769921. OLE color: 769921.
HSL color Cylindrical-coordinate representation of color #81BF0B: hue angle of 80.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81BF0B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 11 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.25 |
| HSL | 80.67º | 0.89% | 0.4% | - |
| HSV(B) | 80.67º | 0.94% | 0.75% | - |
| XYZ | 27.74 | 41.95 | 6.95 | - |
| YUV | 151.94 | 48.46 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 11 | 0.32 | 0 | 0.94 | 0.25 | 80.67 | 0.89 | 0.4 |
| Hex | 81 | BF | B | 20 | 0 | 5E | 19 | 51 | 59 | 28 |
| Octal | 201 | 277 | 13 | 40 | 0 | 136 | 31 | 121 | 131 | 50 |
| Binary | 10000001 | 10111111 | 1011 | 100000 | 0 | 1011110 | 11001 | 1010001 | 1011001 | 101000 |
Color Harmonies of #81BF0B
Complementary color
Monochromatic Colors of #81BF0B
Black with #81BF0B
Text Example
Text Example
White with #81BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF0B; }
p { color: rgb(129,191,11); }
H1.HeaderClassName
{
color: #81BF0B;
}
.AnyTagClassName
{
color: #81BF0B;
}
</style>
background-color css
<style>
a { background-color: #81BF0B; }
a { background-color: rgb(129,191,11); }
div.DivClassName
{
background-color: #81BF0B;
}
.BgClassName
{
background-color: #81BF0B;
}
</style>
border-color css
<style>
span { border-color: #81BF0B; }
span { border-color: rgb(129,191,11); }
td.TdClassName
{
border-color: #81BF0B;
}
.TagClassName
{
border-color: #81BF0B;
}
</style>