Shades of Light Green #81F78A
Tints of Light Green #81F78A
RGB
CMYK
RGB Variations
Color information
#81F78A (or 0x81F78A) is known color: Light Green. HEX triplet: 81, F7 and 8A. RGB value is (129,247,138). Sum of RGB (Red+Green+Blue) = 129+247+138=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #81F78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F78A is #7E0875. Grayscale: #C7C7C7. Windows color (decimal): -8259702 or 9107329. OLE color: 9107329.
HSL color Cylindrical-coordinate representation of color #81F78A: hue angle of 124.58º degrees, saturation: 0.88, 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 #81F78A is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 138 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.03 |
| HSL | 124.58º | 0.88% | 0.74% | - |
| HSV(B) | 124.58º | 0.48% | 0.97% | - |
| XYZ | 46.9 | 73.02 | 35.67 | - |
| YUV | 199.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 138 | 0.48 | 0 | 0.44 | 0.03 | 124.58 | 0.88 | 0.74 |
| Hex | 81 | F7 | 8A | 30 | 0 | 2C | 3 | 7D | 58 | 4A |
| Octal | 201 | 367 | 212 | 60 | 0 | 54 | 3 | 175 | 130 | 112 |
| Binary | 10000001 | 11110111 | 10001010 | 110000 | 0 | 101100 | 11 | 1111101 | 1011000 | 1001010 |
Color Harmonies of #81F78A
Complementary color
Monochromatic Colors of #81F78A
Black with #81F78A
Text Example
Text Example
White with #81F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F78A; }
p { color: rgb(129,247,138); }
H1.HeaderClassName
{
color: #81F78A;
}
.AnyTagClassName
{
color: #81F78A;
}
</style>
background-color css
<style>
a { background-color: #81F78A; }
a { background-color: rgb(129,247,138); }
div.DivClassName
{
background-color: #81F78A;
}
.BgClassName
{
background-color: #81F78A;
}
</style>
border-color css
<style>
span { border-color: #81F78A; }
span { border-color: rgb(129,247,138); }
td.TdClassName
{
border-color: #81F78A;
}
.TagClassName
{
border-color: #81F78A;
}
</style>