Shades of Light Green #81FA8A
Tints of Light Green #81FA8A
RGB
CMYK
RGB Variations
Color information
#81FA8A (or 0x81FA8A) is known color: Light Green. HEX triplet: 81, FA and 8A. RGB value is (129,250,138). Sum of RGB (Red+Green+Blue) = 129+250+138=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FA8A is #7E0575. Grayscale: #C9C9C9. Windows color (decimal): -8258934 or 9108097. OLE color: 9108097.
HSL color Cylindrical-coordinate representation of color #81FA8A: hue angle of 124.46º 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 #81FA8A is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 138 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.02 |
| HSL | 124.46º | 0.92% | 0.74% | - |
| HSV(B) | 124.46º | 0.48% | 0.98% | - |
| XYZ | 47.83 | 74.87 | 35.98 | - |
| YUV | 201.05 | 92.41 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 138 | 0.48 | 0 | 0.45 | 0.02 | 124.46 | 0.92 | 0.74 |
| Hex | 81 | FA | 8A | 30 | 0 | 2D | 2 | 7C | 5C | 4A |
| Octal | 201 | 372 | 212 | 60 | 0 | 55 | 2 | 174 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10001010 | 110000 | 0 | 101101 | 10 | 1111100 | 1011100 | 1001010 |
Color Harmonies of #81FA8A
Complementary color
Monochromatic Colors of #81FA8A
Black with #81FA8A
Text Example
Text Example
White with #81FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA8A; }
p { color: rgb(129,250,138); }
H1.HeaderClassName
{
color: #81FA8A;
}
.AnyTagClassName
{
color: #81FA8A;
}
</style>
background-color css
<style>
a { background-color: #81FA8A; }
a { background-color: rgb(129,250,138); }
div.DivClassName
{
background-color: #81FA8A;
}
.BgClassName
{
background-color: #81FA8A;
}
</style>
border-color css
<style>
span { border-color: #81FA8A; }
span { border-color: rgb(129,250,138); }
td.TdClassName
{
border-color: #81FA8A;
}
.TagClassName
{
border-color: #81FA8A;
}
</style>