Shades of Light Green #81F096
Tints of Light Green #81F096
RGB
CMYK
RGB Variations
Color information
#81F096 (or 0x81F096) is known color: Light Green. HEX triplet: 81, F0 and 96. RGB value is (129,240,150). Sum of RGB (Red+Green+Blue) = 129+240+150=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #81F096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F096 is #7E0F69. Grayscale: #C4C4C4. Windows color (decimal): -8261482 or 9891969. OLE color: 9891969.
HSL color Cylindrical-coordinate representation of color #81F096: hue angle of 131.35º degrees, saturation: 0.79, 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 #81F096 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 150 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.06 |
| HSL | 131.35º | 0.79% | 0.72% | - |
| HSV(B) | 131.35º | 0.46% | 0.94% | - |
| XYZ | 45.72 | 69.19 | 39.8 | - |
| YUV | 196.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 150 | 0.46 | 0 | 0.37 | 0.06 | 131.35 | 0.79 | 0.72 |
| Hex | 81 | F0 | 96 | 2E | 0 | 25 | 6 | 83 | 4F | 48 |
| Octal | 201 | 360 | 226 | 56 | 0 | 45 | 6 | 203 | 117 | 110 |
| Binary | 10000001 | 11110000 | 10010110 | 101110 | 0 | 100101 | 110 | 10000011 | 1001111 | 1001000 |
Color Harmonies of #81F096
Complementary color
Monochromatic Colors of #81F096
Black with #81F096
Text Example
Text Example
White with #81F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F096; }
p { color: rgb(129,240,150); }
H1.HeaderClassName
{
color: #81F096;
}
.AnyTagClassName
{
color: #81F096;
}
</style>
background-color css
<style>
a { background-color: #81F096; }
a { background-color: rgb(129,240,150); }
div.DivClassName
{
background-color: #81F096;
}
.BgClassName
{
background-color: #81F096;
}
</style>
border-color css
<style>
span { border-color: #81F096; }
span { border-color: rgb(129,240,150); }
td.TdClassName
{
border-color: #81F096;
}
.TagClassName
{
border-color: #81F096;
}
</style>