Shades of Lima #81B425
Tints of Lima #81B425
RGB
CMYK
RGB Variations
Color information
#81B425 (or 0x81B425) is known color: Lima. HEX triplet: 81, B4 and 25. RGB value is (129,180,37). Sum of RGB (Red+Green+Blue) = 129+180+37=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #81B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B425 is #7E4BDA. Grayscale: #949494. Windows color (decimal): -8276955 or 2471041. OLE color: 2471041.
HSL color Cylindrical-coordinate representation of color #81B425: hue angle of 81.4º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81B425 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 37 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.29 |
| HSL | 81.4º | 0.66% | 0.43% | - |
| HSV(B) | 81.4º | 0.79% | 0.71% | - |
| XYZ | 25.71 | 37.44 | 7.62 | - |
| YUV | 148.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 37 | 0.28 | 0 | 0.79 | 0.29 | 81.4 | 0.66 | 0.43 |
| Hex | 81 | B4 | 25 | 1C | 0 | 4F | 1D | 51 | 42 | 2B |
| Octal | 201 | 264 | 45 | 34 | 0 | 117 | 35 | 121 | 102 | 53 |
| Binary | 10000001 | 10110100 | 100101 | 11100 | 0 | 1001111 | 11101 | 1010001 | 1000010 | 101011 |
Color Harmonies of #81B425
Complementary color
Monochromatic Colors of #81B425
Black with #81B425
Text Example
Text Example
White with #81B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B425; }
p { color: rgb(129,180,37); }
H1.HeaderClassName
{
color: #81B425;
}
.AnyTagClassName
{
color: #81B425;
}
</style>
background-color css
<style>
a { background-color: #81B425; }
a { background-color: rgb(129,180,37); }
div.DivClassName
{
background-color: #81B425;
}
.BgClassName
{
background-color: #81B425;
}
</style>
border-color css
<style>
span { border-color: #81B425; }
span { border-color: rgb(129,180,37); }
td.TdClassName
{
border-color: #81B425;
}
.TagClassName
{
border-color: #81B425;
}
</style>