Shades of Lima #81BC10
Tints of Lima #81BC10
RGB
CMYK
RGB Variations
Color information
#81BC10 (or 0x81BC10) is known color: Lima. HEX triplet: 81, BC and 10. RGB value is (129,188,16). Sum of RGB (Red+Green+Blue) = 129+188+16=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC10 is #7E43EF. Grayscale: #979797. Windows color (decimal): -8274928 or 1096833. OLE color: 1096833.
HSL color Cylindrical-coordinate representation of color #81BC10: hue angle of 80.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81BC10 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 16 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.26 |
| HSL | 80.58º | 0.84% | 0.4% | - |
| HSV(B) | 80.58º | 0.91% | 0.74% | - |
| XYZ | 27.13 | 40.67 | 6.91 | - |
| YUV | 150.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 16 | 0.31 | 0 | 0.91 | 0.26 | 80.58 | 0.84 | 0.4 |
| Hex | 81 | BC | 10 | 1F | 0 | 5B | 1A | 51 | 54 | 28 |
| Octal | 201 | 274 | 20 | 37 | 0 | 133 | 32 | 121 | 124 | 50 |
| Binary | 10000001 | 10111100 | 10000 | 11111 | 0 | 1011011 | 11010 | 1010001 | 1010100 | 101000 |
Color Harmonies of #81BC10
Complementary color
Monochromatic Colors of #81BC10
Black with #81BC10
Text Example
Text Example
White with #81BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC10; }
p { color: rgb(129,188,16); }
H1.HeaderClassName
{
color: #81BC10;
}
.AnyTagClassName
{
color: #81BC10;
}
</style>
background-color css
<style>
a { background-color: #81BC10; }
a { background-color: rgb(129,188,16); }
div.DivClassName
{
background-color: #81BC10;
}
.BgClassName
{
background-color: #81BC10;
}
</style>
border-color css
<style>
span { border-color: #81BC10; }
span { border-color: rgb(129,188,16); }
td.TdClassName
{
border-color: #81BC10;
}
.TagClassName
{
border-color: #81BC10;
}
</style>