Shades of Light Green #81F7A1
Tints of Light Green #81F7A1
RGB
CMYK
RGB Variations
Color information
#81F7A1 (or 0x81F7A1) is known color: Light Green. HEX triplet: 81, F7 and A1. RGB value is (129,247,161). Sum of RGB (Red+Green+Blue) = 129+247+161=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F7A1 is #7E085E. Grayscale: #CACACA. Windows color (decimal): -8259679 or 10614657. OLE color: 10614657.
HSL color Cylindrical-coordinate representation of color #81F7A1: hue angle of 136.27º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7A1 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 161 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.03 |
| HSL | 136.27º | 0.88% | 0.74% | - |
| HSV(B) | 136.27º | 0.48% | 0.97% | - |
| XYZ | 48.75 | 73.76 | 45.39 | - |
| YUV | 201.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 161 | 0.48 | 0 | 0.35 | 0.03 | 136.27 | 0.88 | 0.74 |
| Hex | 81 | F7 | A1 | 30 | 0 | 23 | 3 | 88 | 58 | 4A |
| Octal | 201 | 367 | 241 | 60 | 0 | 43 | 3 | 210 | 130 | 112 |
| Binary | 10000001 | 11110111 | 10100001 | 110000 | 0 | 100011 | 11 | 10001000 | 1011000 | 1001010 |
Color Harmonies of #81F7A1
Complementary color
Monochromatic Colors of #81F7A1
Black with #81F7A1
Text Example
Text Example
White with #81F7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F7A1; }
p { color: rgb(129,247,161); }
H1.HeaderClassName
{
color: #81F7A1;
}
.AnyTagClassName
{
color: #81F7A1;
}
</style>
background-color css
<style>
a { background-color: #81F7A1; }
a { background-color: rgb(129,247,161); }
div.DivClassName
{
background-color: #81F7A1;
}
.BgClassName
{
background-color: #81F7A1;
}
</style>
border-color css
<style>
span { border-color: #81F7A1; }
span { border-color: rgb(129,247,161); }
td.TdClassName
{
border-color: #81F7A1;
}
.TagClassName
{
border-color: #81F7A1;
}
</style>