Shades of Light Green #81EF8A
Tints of Light Green #81EF8A
RGB
CMYK
RGB Variations
Color information
#81EF8A (or 0x81EF8A) is known color: Light Green. HEX triplet: 81, EF and 8A. RGB value is (129,239,138). Sum of RGB (Red+Green+Blue) = 129+239+138=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EF8A is #7E1075. Grayscale: #C2C2C2. Windows color (decimal): -8261750 or 9105281. OLE color: 9105281.
HSL color Cylindrical-coordinate representation of color #81EF8A: hue angle of 124.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EF8A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 138 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.06 |
| HSL | 124.91º | 0.77% | 0.72% | - |
| HSV(B) | 124.91º | 0.46% | 0.94% | - |
| XYZ | 44.51 | 68.24 | 34.87 | - |
| YUV | 194.6 | 96.06 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 138 | 0.46 | 0 | 0.42 | 0.06 | 124.91 | 0.77 | 0.72 |
| Hex | 81 | EF | 8A | 2E | 0 | 2A | 6 | 7D | 4D | 48 |
| Octal | 201 | 357 | 212 | 56 | 0 | 52 | 6 | 175 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10001010 | 101110 | 0 | 101010 | 110 | 1111101 | 1001101 | 1001000 |
Color Harmonies of #81EF8A
Complementary color
Monochromatic Colors of #81EF8A
Black with #81EF8A
Text Example
Text Example
White with #81EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF8A; }
p { color: rgb(129,239,138); }
H1.HeaderClassName
{
color: #81EF8A;
}
.AnyTagClassName
{
color: #81EF8A;
}
</style>
background-color css
<style>
a { background-color: #81EF8A; }
a { background-color: rgb(129,239,138); }
div.DivClassName
{
background-color: #81EF8A;
}
.BgClassName
{
background-color: #81EF8A;
}
</style>
border-color css
<style>
span { border-color: #81EF8A; }
span { border-color: rgb(129,239,138); }
td.TdClassName
{
border-color: #81EF8A;
}
.TagClassName
{
border-color: #81EF8A;
}
</style>