Shades of Lima #81B427
Tints of Lima #81B427
RGB
CMYK
RGB Variations
Color information
#81B427 (or 0x81B427) is known color: Lima. HEX triplet: 81, B4 and 27. RGB value is (129,180,39). Sum of RGB (Red+Green+Blue) = 129+180+39=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #81B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B427 is #7E4BD8. Grayscale: #959595. Windows color (decimal): -8276953 or 2602113. OLE color: 2602113.
HSL color Cylindrical-coordinate representation of color #81B427: hue angle of 81.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81B427 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 39 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.29 |
| HSL | 81.7º | 0.64% | 0.43% | - |
| HSV(B) | 81.7º | 0.78% | 0.71% | - |
| XYZ | 25.74 | 37.46 | 7.79 | - |
| YUV | 148.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 39 | 0.28 | 0 | 0.78 | 0.29 | 81.7 | 0.64 | 0.43 |
| Hex | 81 | B4 | 27 | 1C | 0 | 4E | 1D | 52 | 40 | 2B |
| Octal | 201 | 264 | 47 | 34 | 0 | 116 | 35 | 122 | 100 | 53 |
| Binary | 10000001 | 10110100 | 100111 | 11100 | 0 | 1001110 | 11101 | 1010010 | 1000000 | 101011 |
Color Harmonies of #81B427
Complementary color
Monochromatic Colors of #81B427
Black with #81B427
Text Example
Text Example
White with #81B427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B427; }
p { color: rgb(129,180,39); }
H1.HeaderClassName
{
color: #81B427;
}
.AnyTagClassName
{
color: #81B427;
}
</style>
background-color css
<style>
a { background-color: #81B427; }
a { background-color: rgb(129,180,39); }
div.DivClassName
{
background-color: #81B427;
}
.BgClassName
{
background-color: #81B427;
}
</style>
border-color css
<style>
span { border-color: #81B427; }
span { border-color: rgb(129,180,39); }
td.TdClassName
{
border-color: #81B427;
}
.TagClassName
{
border-color: #81B427;
}
</style>