Shades of Lawn Green #81D103
Tints of Lawn Green #81D103
RGB
CMYK
RGB Variations
Color information
#81D103 (or 0x81D103) is known color: Lawn Green. HEX triplet: 81, D1 and 03. RGB value is (129,209,3). Sum of RGB (Red+Green+Blue) = 129+209+3=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #81D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D103 is #7E2EFC. Grayscale: #A2A2A2. Windows color (decimal): -8269565 or 250241. OLE color: 250241.
HSL color Cylindrical-coordinate representation of color #81D103: hue angle of 83.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81D103 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.18 |
| HSL | 83.3º | 0.97% | 0.42% | - |
| HSV(B) | 83.3º | 0.99% | 0.82% | - |
| XYZ | 31.87 | 50.27 | 8.11 | - |
| YUV | 161.6 | 38.5 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 3 | 0.38 | 0 | 0.99 | 0.18 | 83.3 | 0.97 | 0.42 |
| Hex | 81 | D1 | 3 | 26 | 0 | 63 | 12 | 53 | 61 | 2A |
| Octal | 201 | 321 | 3 | 46 | 0 | 143 | 22 | 123 | 141 | 52 |
| Binary | 10000001 | 11010001 | 11 | 100110 | 0 | 1100011 | 10010 | 1010011 | 1100001 | 101010 |
Color Harmonies of #81D103
Complementary color
Monochromatic Colors of #81D103
Black with #81D103
Text Example
Text Example
White with #81D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D103; }
p { color: rgb(129,209,3); }
H1.HeaderClassName
{
color: #81D103;
}
.AnyTagClassName
{
color: #81D103;
}
</style>
background-color css
<style>
a { background-color: #81D103; }
a { background-color: rgb(129,209,3); }
div.DivClassName
{
background-color: #81D103;
}
.BgClassName
{
background-color: #81D103;
}
</style>
border-color css
<style>
span { border-color: #81D103; }
span { border-color: rgb(129,209,3); }
td.TdClassName
{
border-color: #81D103;
}
.TagClassName
{
border-color: #81D103;
}
</style>