Shades of Lima #81BD05
Tints of Lima #81BD05
RGB
CMYK
RGB Variations
Color information
#81BD05 (or 0x81BD05) is known color: Lima. HEX triplet: 81, BD and 05. RGB value is (129,189,5). Sum of RGB (Red+Green+Blue) = 129+189+5=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BD05 is #7E42FA. Grayscale: #969696. Windows color (decimal): -8274683 or 376193. OLE color: 376193.
HSL color Cylindrical-coordinate representation of color #81BD05: hue angle of 79.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81BD05 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.26 |
| HSL | 79.57º | 0.95% | 0.38% | - |
| HSV(B) | 79.57º | 0.97% | 0.74% | - |
| XYZ | 27.28 | 41.07 | 6.63 | - |
| YUV | 150.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 5 | 0.32 | 0 | 0.97 | 0.26 | 79.57 | 0.95 | 0.38 |
| Hex | 81 | BD | 5 | 20 | 0 | 61 | 1A | 50 | 5F | 26 |
| Octal | 201 | 275 | 5 | 40 | 0 | 141 | 32 | 120 | 137 | 46 |
| Binary | 10000001 | 10111101 | 101 | 100000 | 0 | 1100001 | 11010 | 1010000 | 1011111 | 100110 |
Color Harmonies of #81BD05
Complementary color
Monochromatic Colors of #81BD05
Black with #81BD05
Text Example
Text Example
White with #81BD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD05; }
p { color: rgb(129,189,5); }
H1.HeaderClassName
{
color: #81BD05;
}
.AnyTagClassName
{
color: #81BD05;
}
</style>
background-color css
<style>
a { background-color: #81BD05; }
a { background-color: rgb(129,189,5); }
div.DivClassName
{
background-color: #81BD05;
}
.BgClassName
{
background-color: #81BD05;
}
</style>
border-color css
<style>
span { border-color: #81BD05; }
span { border-color: rgb(129,189,5); }
td.TdClassName
{
border-color: #81BD05;
}
.TagClassName
{
border-color: #81BD05;
}
</style>