Shades of Light Green #81E78A
Tints of Light Green #81E78A
RGB
CMYK
RGB Variations
Color information
#81E78A (or 0x81E78A) is known color: Light Green. HEX triplet: 81, E7 and 8A. RGB value is (129,231,138). Sum of RGB (Red+Green+Blue) = 129+231+138=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #81E78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E78A is #7E1875. Grayscale: #BEBEBE. Windows color (decimal): -8263798 or 9103233. OLE color: 9103233.
HSL color Cylindrical-coordinate representation of color #81E78A: hue angle of 125.29º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E78A is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 138 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.09 |
| HSL | 125.29º | 0.68% | 0.71% | - |
| HSV(B) | 125.29º | 0.44% | 0.91% | - |
| XYZ | 42.22 | 63.65 | 34.11 | - |
| YUV | 189.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 138 | 0.44 | 0 | 0.40 | 0.09 | 125.29 | 0.68 | 0.71 |
| Hex | 81 | E7 | 8A | 2C | 0 | 28 | 9 | 7D | 44 | 47 |
| Octal | 201 | 347 | 212 | 54 | 0 | 50 | 11 | 175 | 104 | 107 |
| Binary | 10000001 | 11100111 | 10001010 | 101100 | 0 | 101000 | 1001 | 1111101 | 1000100 | 1000111 |
Color Harmonies of #81E78A
Complementary color
Monochromatic Colors of #81E78A
Black with #81E78A
Text Example
Text Example
White with #81E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E78A; }
p { color: rgb(129,231,138); }
H1.HeaderClassName
{
color: #81E78A;
}
.AnyTagClassName
{
color: #81E78A;
}
</style>
background-color css
<style>
a { background-color: #81E78A; }
a { background-color: rgb(129,231,138); }
div.DivClassName
{
background-color: #81E78A;
}
.BgClassName
{
background-color: #81E78A;
}
</style>
border-color css
<style>
span { border-color: #81E78A; }
span { border-color: rgb(129,231,138); }
td.TdClassName
{
border-color: #81E78A;
}
.TagClassName
{
border-color: #81E78A;
}
</style>