Shades of Light Green #81EF96
Tints of Light Green #81EF96
RGB
CMYK
RGB Variations
Color information
#81EF96 (or 0x81EF96) is known color: Light Green. HEX triplet: 81, EF and 96. RGB value is (129,239,150). Sum of RGB (Red+Green+Blue) = 129+239+150=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EF96 is #7E1069. Grayscale: #C4C4C4. Windows color (decimal): -8261738 or 9891713. OLE color: 9891713.
HSL color Cylindrical-coordinate representation of color #81EF96: hue angle of 131.45º 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 #81EF96 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 150 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.06 |
| HSL | 131.45º | 0.77% | 0.72% | - |
| HSV(B) | 131.45º | 0.46% | 0.94% | - |
| XYZ | 45.42 | 68.6 | 39.7 | - |
| YUV | 195.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 150 | 0.46 | 0 | 0.37 | 0.06 | 131.45 | 0.77 | 0.72 |
| Hex | 81 | EF | 96 | 2E | 0 | 25 | 6 | 83 | 4D | 48 |
| Octal | 201 | 357 | 226 | 56 | 0 | 45 | 6 | 203 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10010110 | 101110 | 0 | 100101 | 110 | 10000011 | 1001101 | 1001000 |
Color Harmonies of #81EF96
Complementary color
Monochromatic Colors of #81EF96
Black with #81EF96
Text Example
Text Example
White with #81EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF96; }
p { color: rgb(129,239,150); }
H1.HeaderClassName
{
color: #81EF96;
}
.AnyTagClassName
{
color: #81EF96;
}
</style>
background-color css
<style>
a { background-color: #81EF96; }
a { background-color: rgb(129,239,150); }
div.DivClassName
{
background-color: #81EF96;
}
.BgClassName
{
background-color: #81EF96;
}
</style>
border-color css
<style>
span { border-color: #81EF96; }
span { border-color: rgb(129,239,150); }
td.TdClassName
{
border-color: #81EF96;
}
.TagClassName
{
border-color: #81EF96;
}
</style>