Shades of Light Green #81EF95
Tints of Light Green #81EF95
RGB
CMYK
RGB Variations
Color information
#81EF95 (or 0x81EF95) is known color: Light Green. HEX triplet: 81, EF and 95. RGB value is (129,239,149). Sum of RGB (Red+Green+Blue) = 129+239+149=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EF95 is #7E106A. Grayscale: #C4C4C4. Windows color (decimal): -8261739 or 9826177. OLE color: 9826177.
HSL color Cylindrical-coordinate representation of color #81EF95: hue angle of 130.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 #81EF95 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 149 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.06 |
| HSL | 130.91º | 0.77% | 0.72% | - |
| HSV(B) | 130.91º | 0.46% | 0.94% | - |
| XYZ | 45.34 | 68.57 | 39.28 | - |
| YUV | 195.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 149 | 0.46 | 0 | 0.38 | 0.06 | 130.91 | 0.77 | 0.72 |
| Hex | 81 | EF | 95 | 2E | 0 | 26 | 6 | 83 | 4D | 48 |
| Octal | 201 | 357 | 225 | 56 | 0 | 46 | 6 | 203 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10010101 | 101110 | 0 | 100110 | 110 | 10000011 | 1001101 | 1001000 |
Color Harmonies of #81EF95
Complementary color
Monochromatic Colors of #81EF95
Black with #81EF95
Text Example
Text Example
White with #81EF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF95; }
p { color: rgb(129,239,149); }
H1.HeaderClassName
{
color: #81EF95;
}
.AnyTagClassName
{
color: #81EF95;
}
</style>
background-color css
<style>
a { background-color: #81EF95; }
a { background-color: rgb(129,239,149); }
div.DivClassName
{
background-color: #81EF95;
}
.BgClassName
{
background-color: #81EF95;
}
</style>
border-color css
<style>
span { border-color: #81EF95; }
span { border-color: rgb(129,239,149); }
td.TdClassName
{
border-color: #81EF95;
}
.TagClassName
{
border-color: #81EF95;
}
</style>