Shades of Light Green #81E998
Tints of Light Green #81E998
RGB
CMYK
RGB Variations
Color information
#81E998 (or 0x81E998) is known color: Light Green. HEX triplet: 81, E9 and 98. RGB value is (129,233,152). Sum of RGB (Red+Green+Blue) = 129+233+152=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #81E998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E998 is #7E1667. Grayscale: #C0C0C0. Windows color (decimal): -8263272 or 10021249. OLE color: 10021249.
HSL color Cylindrical-coordinate representation of color #81E998: hue angle of 133.27º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E998 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 152 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.09 |
| HSL | 133.27º | 0.7% | 0.71% | - |
| HSV(B) | 133.27º | 0.45% | 0.91% | - |
| XYZ | 43.86 | 65.21 | 39.98 | - |
| YUV | 192.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 152 | 0.45 | 0 | 0.35 | 0.09 | 133.27 | 0.7 | 0.71 |
| Hex | 81 | E9 | 98 | 2D | 0 | 23 | 9 | 85 | 46 | 47 |
| Octal | 201 | 351 | 230 | 55 | 0 | 43 | 11 | 205 | 106 | 107 |
| Binary | 10000001 | 11101001 | 10011000 | 101101 | 0 | 100011 | 1001 | 10000101 | 1000110 | 1000111 |
Color Harmonies of #81E998
Complementary color
Monochromatic Colors of #81E998
Black with #81E998
Text Example
Text Example
White with #81E998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E998; }
p { color: rgb(129,233,152); }
H1.HeaderClassName
{
color: #81E998;
}
.AnyTagClassName
{
color: #81E998;
}
</style>
background-color css
<style>
a { background-color: #81E998; }
a { background-color: rgb(129,233,152); }
div.DivClassName
{
background-color: #81E998;
}
.BgClassName
{
background-color: #81E998;
}
</style>
border-color css
<style>
span { border-color: #81E998; }
span { border-color: rgb(129,233,152); }
td.TdClassName
{
border-color: #81E998;
}
.TagClassName
{
border-color: #81E998;
}
</style>