Shades of Lima #81D015
Tints of Lima #81D015
RGB
CMYK
RGB Variations
Color information
#81D015 (or 0x81D015) is known color: Lima. HEX triplet: 81, D0 and 15. RGB value is (129,208,21). Sum of RGB (Red+Green+Blue) = 129+208+21=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #81D015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D015 is #7E2FEA. Grayscale: #A3A3A3. Windows color (decimal): -8269803 or 1429633. OLE color: 1429633.
HSL color Cylindrical-coordinate representation of color #81D015: hue angle of 85.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81D015 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.18 |
| HSL | 85.35º | 0.82% | 0.45% | - |
| HSV(B) | 85.35º | 0.9% | 0.82% | - |
| XYZ | 31.74 | 49.83 | 8.66 | - |
| YUV | 163.06 | 47.83 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 21 | 0.38 | 0 | 0.90 | 0.18 | 85.35 | 0.82 | 0.45 |
| Hex | 81 | D0 | 15 | 26 | 0 | 5A | 12 | 55 | 52 | 2D |
| Octal | 201 | 320 | 25 | 46 | 0 | 132 | 22 | 125 | 122 | 55 |
| Binary | 10000001 | 11010000 | 10101 | 100110 | 0 | 1011010 | 10010 | 1010101 | 1010010 | 101101 |
Color Harmonies of #81D015
Complementary color
Monochromatic Colors of #81D015
Black with #81D015
Text Example
Text Example
White with #81D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D015; }
p { color: rgb(129,208,21); }
H1.HeaderClassName
{
color: #81D015;
}
.AnyTagClassName
{
color: #81D015;
}
</style>
background-color css
<style>
a { background-color: #81D015; }
a { background-color: rgb(129,208,21); }
div.DivClassName
{
background-color: #81D015;
}
.BgClassName
{
background-color: #81D015;
}
</style>
border-color css
<style>
span { border-color: #81D015; }
span { border-color: rgb(129,208,21); }
td.TdClassName
{
border-color: #81D015;
}
.TagClassName
{
border-color: #81D015;
}
</style>