Shades of Lima #81BD0F
Tints of Lima #81BD0F
RGB
CMYK
RGB Variations
Color information
#81BD0F (or 0x81BD0F) is known color: Lima. HEX triplet: 81, BD and 0F. RGB value is (129,189,15). Sum of RGB (Red+Green+Blue) = 129+189+15=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BD0F is #7E42F0. Grayscale: #979797. Windows color (decimal): -8274673 or 1031553. OLE color: 1031553.
HSL color Cylindrical-coordinate representation of color #81BD0F: hue angle of 80.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81BD0F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.26 |
| HSL | 80.69º | 0.85% | 0.4% | - |
| HSV(B) | 80.69º | 0.92% | 0.74% | - |
| XYZ | 27.34 | 41.1 | 6.94 | - |
| YUV | 151.22 | 51.12 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 15 | 0.32 | 0 | 0.92 | 0.26 | 80.69 | 0.85 | 0.4 |
| Hex | 81 | BD | F | 20 | 0 | 5C | 1A | 51 | 55 | 28 |
| Octal | 201 | 275 | 17 | 40 | 0 | 134 | 32 | 121 | 125 | 50 |
| Binary | 10000001 | 10111101 | 1111 | 100000 | 0 | 1011100 | 11010 | 1010001 | 1010101 | 101000 |
Color Harmonies of #81BD0F
Complementary color
Monochromatic Colors of #81BD0F
Black with #81BD0F
Text Example
Text Example
White with #81BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD0F; }
p { color: rgb(129,189,15); }
H1.HeaderClassName
{
color: #81BD0F;
}
.AnyTagClassName
{
color: #81BD0F;
}
</style>
background-color css
<style>
a { background-color: #81BD0F; }
a { background-color: rgb(129,189,15); }
div.DivClassName
{
background-color: #81BD0F;
}
.BgClassName
{
background-color: #81BD0F;
}
</style>
border-color css
<style>
span { border-color: #81BD0F; }
span { border-color: rgb(129,189,15); }
td.TdClassName
{
border-color: #81BD0F;
}
.TagClassName
{
border-color: #81BD0F;
}
</style>