Shades of Light Green #81F6A1
Tints of Light Green #81F6A1
RGB
CMYK
RGB Variations
Color information
#81F6A1 (or 0x81F6A1) is known color: Light Green. HEX triplet: 81, F6 and A1. RGB value is (129,246,161). Sum of RGB (Red+Green+Blue) = 129+246+161=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F6A1 is #7E095E. Grayscale: #C9C9C9. Windows color (decimal): -8259935 or 10614401. OLE color: 10614401.
HSL color Cylindrical-coordinate representation of color #81F6A1: hue angle of 136.41º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F6A1 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 161 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.04 |
| HSL | 136.41º | 0.87% | 0.74% | - |
| HSV(B) | 136.41º | 0.48% | 0.96% | - |
| XYZ | 48.44 | 73.15 | 45.28 | - |
| YUV | 201.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 161 | 0.48 | 0 | 0.35 | 0.04 | 136.41 | 0.87 | 0.74 |
| Hex | 81 | F6 | A1 | 30 | 0 | 23 | 4 | 88 | 57 | 4A |
| Octal | 201 | 366 | 241 | 60 | 0 | 43 | 4 | 210 | 127 | 112 |
| Binary | 10000001 | 11110110 | 10100001 | 110000 | 0 | 100011 | 100 | 10001000 | 1010111 | 1001010 |
Color Harmonies of #81F6A1
Complementary color
Monochromatic Colors of #81F6A1
Black with #81F6A1
Text Example
Text Example
White with #81F6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F6A1; }
p { color: rgb(129,246,161); }
H1.HeaderClassName
{
color: #81F6A1;
}
.AnyTagClassName
{
color: #81F6A1;
}
</style>
background-color css
<style>
a { background-color: #81F6A1; }
a { background-color: rgb(129,246,161); }
div.DivClassName
{
background-color: #81F6A1;
}
.BgClassName
{
background-color: #81F6A1;
}
</style>
border-color css
<style>
span { border-color: #81F6A1; }
span { border-color: rgb(129,246,161); }
td.TdClassName
{
border-color: #81F6A1;
}
.TagClassName
{
border-color: #81F6A1;
}
</style>