Shades of Light Green #81FA7E
Tints of Light Green #81FA7E
RGB
CMYK
RGB Variations
Color information
#81FA7E (or 0x81FA7E) is known color: Light Green. HEX triplet: 81, FA and 7E. RGB value is (129,250,126). Sum of RGB (Red+Green+Blue) = 129+250+126=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FA7E is #7E0581. Grayscale: #C8C8C8. Windows color (decimal): -8258946 or 8321665. OLE color: 8321665.
HSL color Cylindrical-coordinate representation of color #81FA7E: hue angle of 118.55º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81FA7E is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 126 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.02 |
| HSL | 118.55º | 0.93% | 0.74% | - |
| HSV(B) | 118.55º | 0.5% | 0.98% | - |
| XYZ | 47 | 74.54 | 31.65 | - |
| YUV | 199.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 126 | 0.48 | 0 | 0.50 | 0.02 | 118.55 | 0.93 | 0.74 |
| Hex | 81 | FA | 7E | 30 | 0 | 32 | 2 | 77 | 5D | 4A |
| Octal | 201 | 372 | 176 | 60 | 0 | 62 | 2 | 167 | 135 | 112 |
| Binary | 10000001 | 11111010 | 1111110 | 110000 | 0 | 110010 | 10 | 1110111 | 1011101 | 1001010 |
Color Harmonies of #81FA7E
Complementary color
Monochromatic Colors of #81FA7E
Black with #81FA7E
Text Example
Text Example
White with #81FA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA7E; }
p { color: rgb(129,250,126); }
H1.HeaderClassName
{
color: #81FA7E;
}
.AnyTagClassName
{
color: #81FA7E;
}
</style>
background-color css
<style>
a { background-color: #81FA7E; }
a { background-color: rgb(129,250,126); }
div.DivClassName
{
background-color: #81FA7E;
}
.BgClassName
{
background-color: #81FA7E;
}
</style>
border-color css
<style>
span { border-color: #81FA7E; }
span { border-color: rgb(129,250,126); }
td.TdClassName
{
border-color: #81FA7E;
}
.TagClassName
{
border-color: #81FA7E;
}
</style>