Shades of Lima #81CA0E
Tints of Lima #81CA0E
RGB
CMYK
RGB Variations
Color information
#81CA0E (or 0x81CA0E) is known color: Lima. HEX triplet: 81, CA and 0E. RGB value is (129,202,14). Sum of RGB (Red+Green+Blue) = 129+202+14=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CA0E is #7E35F1. Grayscale: #9F9F9F. Windows color (decimal): -8271346 or 969345. OLE color: 969345.
HSL color Cylindrical-coordinate representation of color #81CA0E: hue angle of 83.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81CA0E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 14 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.21 |
| HSL | 83.3º | 0.87% | 0.42% | - |
| HSV(B) | 83.3º | 0.93% | 0.79% | - |
| XYZ | 30.25 | 46.94 | 7.88 | - |
| YUV | 158.74 | 46.32 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 14 | 0.36 | 0 | 0.93 | 0.21 | 83.3 | 0.87 | 0.42 |
| Hex | 81 | CA | E | 24 | 0 | 5D | 15 | 53 | 57 | 2A |
| Octal | 201 | 312 | 16 | 44 | 0 | 135 | 25 | 123 | 127 | 52 |
| Binary | 10000001 | 11001010 | 1110 | 100100 | 0 | 1011101 | 10101 | 1010011 | 1010111 | 101010 |
Color Harmonies of #81CA0E
Complementary color
Monochromatic Colors of #81CA0E
Black with #81CA0E
Text Example
Text Example
White with #81CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA0E; }
p { color: rgb(129,202,14); }
H1.HeaderClassName
{
color: #81CA0E;
}
.AnyTagClassName
{
color: #81CA0E;
}
</style>
background-color css
<style>
a { background-color: #81CA0E; }
a { background-color: rgb(129,202,14); }
div.DivClassName
{
background-color: #81CA0E;
}
.BgClassName
{
background-color: #81CA0E;
}
</style>
border-color css
<style>
span { border-color: #81CA0E; }
span { border-color: rgb(129,202,14); }
td.TdClassName
{
border-color: #81CA0E;
}
.TagClassName
{
border-color: #81CA0E;
}
</style>