Shades of Light Green #81FF91
Tints of Light Green #81FF91
RGB
CMYK
RGB Variations
Color information
#81FF91 (or 0x81FF91) is known color: Light Green. HEX triplet: 81, FF and 91. RGB value is (129,255,145). Sum of RGB (Red+Green+Blue) = 129+255+145=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FF91 is #7E006E. Grayscale: #CDCDCD. Windows color (decimal): -8257647 or 9568129. OLE color: 9568129.
HSL color Cylindrical-coordinate representation of color #81FF91: hue angle of 127.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FF91 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 145 | - |
| CMYK | 0.49 | 0 | 0.43 | 0 |
| HSL | 127.62º | 1% | 0.75% | - |
| HSV(B) | 127.62º | 0.49% | 1% | - |
| XYZ | 49.92 | 78.23 | 39.26 | - |
| YUV | 204.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 145 | 0.49 | 0 | 0.43 | 0 | 127.62 | 1 | 0.75 |
| Hex | 81 | FF | 91 | 31 | 0 | 2B | 0 | 80 | 64 | 4B |
| Octal | 201 | 377 | 221 | 61 | 0 | 53 | 0 | 200 | 144 | 113 |
| Binary | 10000001 | 11111111 | 10010001 | 110001 | 0 | 101011 | 0 | 10000000 | 1100100 | 1001011 |
Color Harmonies of #81FF91
Complementary color
Monochromatic Colors of #81FF91
Black with #81FF91
Text Example
Text Example
White with #81FF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF91; }
p { color: rgb(129,255,145); }
H1.HeaderClassName
{
color: #81FF91;
}
.AnyTagClassName
{
color: #81FF91;
}
</style>
background-color css
<style>
a { background-color: #81FF91; }
a { background-color: rgb(129,255,145); }
div.DivClassName
{
background-color: #81FF91;
}
.BgClassName
{
background-color: #81FF91;
}
</style>
border-color css
<style>
span { border-color: #81FF91; }
span { border-color: rgb(129,255,145); }
td.TdClassName
{
border-color: #81FF91;
}
.TagClassName
{
border-color: #81FF91;
}
</style>