Shades of Light Green #81F881
Tints of Light Green #81F881
RGB
CMYK
RGB Variations
Color information
#81F881 (or 0x81F881) is known color: Light Green. HEX triplet: 81, F8 and 81. RGB value is (129,248,129). Sum of RGB (Red+Green+Blue) = 129+248+129=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #81F881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F881 is #7E077E. Grayscale: #C7C7C7. Windows color (decimal): -8259455 or 8517761. OLE color: 8517761.
HSL color Cylindrical-coordinate representation of color #81F881: hue angle of 120º degrees, saturation: 0.89, 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 #81F881 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 129 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.03 |
| HSL | 120º | 0.89% | 0.74% | - |
| HSV(B) | 120º | 0.48% | 0.97% | - |
| XYZ | 46.58 | 73.39 | 32.48 | - |
| YUV | 198.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 129 | 0.48 | 0 | 0.48 | 0.03 | 120 | 0.89 | 0.74 |
| Hex | 81 | F8 | 81 | 30 | 0 | 30 | 3 | 78 | 59 | 4A |
| Octal | 201 | 370 | 201 | 60 | 0 | 60 | 3 | 170 | 131 | 112 |
| Binary | 10000001 | 11111000 | 10000001 | 110000 | 0 | 110000 | 11 | 1111000 | 1011001 | 1001010 |
Color Harmonies of #81F881
Complementary color
Monochromatic Colors of #81F881
Black with #81F881
Text Example
Text Example
White with #81F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F881; }
p { color: rgb(129,248,129); }
H1.HeaderClassName
{
color: #81F881;
}
.AnyTagClassName
{
color: #81F881;
}
</style>
background-color css
<style>
a { background-color: #81F881; }
a { background-color: rgb(129,248,129); }
div.DivClassName
{
background-color: #81F881;
}
.BgClassName
{
background-color: #81F881;
}
</style>
border-color css
<style>
span { border-color: #81F881; }
span { border-color: rgb(129,248,129); }
td.TdClassName
{
border-color: #81F881;
}
.TagClassName
{
border-color: #81F881;
}
</style>