Shades of Light Green #81FA81
Tints of Light Green #81FA81
RGB
CMYK
RGB Variations
Color information
#81FA81 (or 0x81FA81) is known color: Light Green. HEX triplet: 81, FA and 81. RGB value is (129,250,129). Sum of RGB (Red+Green+Blue) = 129+250+129=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FA81 is #7E057E. Grayscale: #C8C8C8. Windows color (decimal): -8258943 or 8518273. OLE color: 8518273.
HSL color Cylindrical-coordinate representation of color #81FA81: hue angle of 120º degrees, saturation: 0.92, 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 #81FA81 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 129 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.02 |
| HSL | 120º | 0.92% | 0.74% | - |
| HSV(B) | 120º | 0.48% | 0.98% | - |
| XYZ | 47.2 | 74.62 | 32.68 | - |
| YUV | 200.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 129 | 0.48 | 0 | 0.48 | 0.02 | 120 | 0.92 | 0.74 |
| Hex | 81 | FA | 81 | 30 | 0 | 30 | 2 | 78 | 5C | 4A |
| Octal | 201 | 372 | 201 | 60 | 0 | 60 | 2 | 170 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10000001 | 110000 | 0 | 110000 | 10 | 1111000 | 1011100 | 1001010 |
Color Harmonies of #81FA81
Complementary color
Monochromatic Colors of #81FA81
Black with #81FA81
Text Example
Text Example
White with #81FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA81; }
p { color: rgb(129,250,129); }
H1.HeaderClassName
{
color: #81FA81;
}
.AnyTagClassName
{
color: #81FA81;
}
</style>
background-color css
<style>
a { background-color: #81FA81; }
a { background-color: rgb(129,250,129); }
div.DivClassName
{
background-color: #81FA81;
}
.BgClassName
{
background-color: #81FA81;
}
</style>
border-color css
<style>
span { border-color: #81FA81; }
span { border-color: rgb(129,250,129); }
td.TdClassName
{
border-color: #81FA81;
}
.TagClassName
{
border-color: #81FA81;
}
</style>