Shades of Lima #81C50F
Tints of Lima #81C50F
RGB
CMYK
RGB Variations
Color information
#81C50F (or 0x81C50F) is known color: Lima. HEX triplet: 81, C5 and 0F. RGB value is (129,197,15). Sum of RGB (Red+Green+Blue) = 129+197+15=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #81C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C50F is #7E3AF0. Grayscale: #9C9C9C. Windows color (decimal): -8272625 or 1033601. OLE color: 1033601.
HSL color Cylindrical-coordinate representation of color #81C50F: hue angle of 82.42º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81C50F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 15 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.23 |
| HSL | 82.42º | 0.86% | 0.42% | - |
| HSV(B) | 82.42º | 0.92% | 0.77% | - |
| XYZ | 29.11 | 44.63 | 7.53 | - |
| YUV | 155.92 | 48.47 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 15 | 0.35 | 0 | 0.92 | 0.23 | 82.42 | 0.86 | 0.42 |
| Hex | 81 | C5 | F | 23 | 0 | 5C | 17 | 52 | 56 | 2A |
| Octal | 201 | 305 | 17 | 43 | 0 | 134 | 27 | 122 | 126 | 52 |
| Binary | 10000001 | 11000101 | 1111 | 100011 | 0 | 1011100 | 10111 | 1010010 | 1010110 | 101010 |
Color Harmonies of #81C50F
Complementary color
Monochromatic Colors of #81C50F
Black with #81C50F
Text Example
Text Example
White with #81C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C50F; }
p { color: rgb(129,197,15); }
H1.HeaderClassName
{
color: #81C50F;
}
.AnyTagClassName
{
color: #81C50F;
}
</style>
background-color css
<style>
a { background-color: #81C50F; }
a { background-color: rgb(129,197,15); }
div.DivClassName
{
background-color: #81C50F;
}
.BgClassName
{
background-color: #81C50F;
}
</style>
border-color css
<style>
span { border-color: #81C50F; }
span { border-color: rgb(129,197,15); }
td.TdClassName
{
border-color: #81C50F;
}
.TagClassName
{
border-color: #81C50F;
}
</style>