Shades of Lima #81CD10
Tints of Lima #81CD10
RGB
CMYK
RGB Variations
Color information
#81CD10 (or 0x81CD10) is known color: Lima. HEX triplet: 81, CD and 10. RGB value is (129,205,16). Sum of RGB (Red+Green+Blue) = 129+205+16=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CD10 is #7E32EF. Grayscale: #A1A1A1. Windows color (decimal): -8270576 or 1101185. OLE color: 1101185.
HSL color Cylindrical-coordinate representation of color #81CD10: hue angle of 84.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81CD10 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 16 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.20 |
| HSL | 84.13º | 0.86% | 0.43% | - |
| HSV(B) | 84.13º | 0.92% | 0.8% | - |
| XYZ | 30.98 | 48.37 | 8.19 | - |
| YUV | 160.73 | 46.32 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 16 | 0.37 | 0 | 0.92 | 0.20 | 84.13 | 0.86 | 0.43 |
| Hex | 81 | CD | 10 | 25 | 0 | 5C | 14 | 54 | 56 | 2B |
| Octal | 201 | 315 | 20 | 45 | 0 | 134 | 24 | 124 | 126 | 53 |
| Binary | 10000001 | 11001101 | 10000 | 100101 | 0 | 1011100 | 10100 | 1010100 | 1010110 | 101011 |
Color Harmonies of #81CD10
Complementary color
Monochromatic Colors of #81CD10
Black with #81CD10
Text Example
Text Example
White with #81CD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD10; }
p { color: rgb(129,205,16); }
H1.HeaderClassName
{
color: #81CD10;
}
.AnyTagClassName
{
color: #81CD10;
}
</style>
background-color css
<style>
a { background-color: #81CD10; }
a { background-color: rgb(129,205,16); }
div.DivClassName
{
background-color: #81CD10;
}
.BgClassName
{
background-color: #81CD10;
}
</style>
border-color css
<style>
span { border-color: #81CD10; }
span { border-color: rgb(129,205,16); }
td.TdClassName
{
border-color: #81CD10;
}
.TagClassName
{
border-color: #81CD10;
}
</style>