Shades of Lima #81B81C
Tints of Lima #81B81C
RGB
CMYK
RGB Variations
Color information
#81B81C (or 0x81B81C) is known color: Lima. HEX triplet: 81, B8 and 1C. RGB value is (129,184,28). Sum of RGB (Red+Green+Blue) = 129+184+28=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #81B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B81C is #7E47E3. Grayscale: #969696. Windows color (decimal): -8275940 or 1882241. OLE color: 1882241.
HSL color Cylindrical-coordinate representation of color #81B81C: hue angle of 81.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81B81C is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 28 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.28 |
| HSL | 81.15º | 0.74% | 0.42% | - |
| HSV(B) | 81.15º | 0.85% | 0.72% | - |
| XYZ | 26.4 | 39.03 | 7.24 | - |
| YUV | 149.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 28 | 0.30 | 0 | 0.85 | 0.28 | 81.15 | 0.74 | 0.42 |
| Hex | 81 | B8 | 1C | 1E | 0 | 55 | 1C | 51 | 4A | 2A |
| Octal | 201 | 270 | 34 | 36 | 0 | 125 | 34 | 121 | 112 | 52 |
| Binary | 10000001 | 10111000 | 11100 | 11110 | 0 | 1010101 | 11100 | 1010001 | 1001010 | 101010 |
Color Harmonies of #81B81C
Complementary color
Monochromatic Colors of #81B81C
Black with #81B81C
Text Example
Text Example
White with #81B81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B81C; }
p { color: rgb(129,184,28); }
H1.HeaderClassName
{
color: #81B81C;
}
.AnyTagClassName
{
color: #81B81C;
}
</style>
background-color css
<style>
a { background-color: #81B81C; }
a { background-color: rgb(129,184,28); }
div.DivClassName
{
background-color: #81B81C;
}
.BgClassName
{
background-color: #81B81C;
}
</style>
border-color css
<style>
span { border-color: #81B81C; }
span { border-color: rgb(129,184,28); }
td.TdClassName
{
border-color: #81B81C;
}
.TagClassName
{
border-color: #81B81C;
}
</style>