Shades of Light Green #81F981
Tints of Light Green #81F981
RGB
CMYK
RGB Variations
Color information
#81F981 (or 0x81F981) is known color: Light Green. HEX triplet: 81, F9 and 81. RGB value is (129,249,129). Sum of RGB (Red+Green+Blue) = 129+249+129=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #81F981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F981 is #7E067E. Grayscale: #C7C7C7. Windows color (decimal): -8259199 or 8518017. OLE color: 8518017.
HSL color Cylindrical-coordinate representation of color #81F981: hue angle of 120º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F981 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 129 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.02 |
| HSL | 120º | 0.91% | 0.74% | - |
| HSV(B) | 120º | 0.48% | 0.98% | - |
| XYZ | 46.89 | 74 | 32.58 | - |
| YUV | 199.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 129 | 0.48 | 0 | 0.48 | 0.02 | 120 | 0.91 | 0.74 |
| Hex | 81 | F9 | 81 | 30 | 0 | 30 | 2 | 78 | 5B | 4A |
| Octal | 201 | 371 | 201 | 60 | 0 | 60 | 2 | 170 | 133 | 112 |
| Binary | 10000001 | 11111001 | 10000001 | 110000 | 0 | 110000 | 10 | 1111000 | 1011011 | 1001010 |
Color Harmonies of #81F981
Complementary color
Monochromatic Colors of #81F981
Black with #81F981
Text Example
Text Example
White with #81F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F981; }
p { color: rgb(129,249,129); }
H1.HeaderClassName
{
color: #81F981;
}
.AnyTagClassName
{
color: #81F981;
}
</style>
background-color css
<style>
a { background-color: #81F981; }
a { background-color: rgb(129,249,129); }
div.DivClassName
{
background-color: #81F981;
}
.BgClassName
{
background-color: #81F981;
}
</style>
border-color css
<style>
span { border-color: #81F981; }
span { border-color: rgb(129,249,129); }
td.TdClassName
{
border-color: #81F981;
}
.TagClassName
{
border-color: #81F981;
}
</style>