Shades of Light Green #81F080
Tints of Light Green #81F080
RGB
CMYK
RGB Variations
Color information
#81F080 (or 0x81F080) is known color: Light Green. HEX triplet: 81, F0 and 80. RGB value is (129,240,128). Sum of RGB (Red+Green+Blue) = 129+240+128=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #81F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F080 is #7E0F7F. Grayscale: #C2C2C2. Windows color (decimal): -8261504 or 8450177. OLE color: 8450177.
HSL color Cylindrical-coordinate representation of color #81F080: hue angle of 119.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F080 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 128 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.06 |
| HSL | 119.46º | 0.79% | 0.72% | - |
| HSV(B) | 119.46º | 0.47% | 0.94% | - |
| XYZ | 44.11 | 68.55 | 31.33 | - |
| YUV | 194.04 | 90.73 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 128 | 0.46 | 0 | 0.47 | 0.06 | 119.46 | 0.79 | 0.72 |
| Hex | 81 | F0 | 80 | 2E | 0 | 2F | 6 | 77 | 4F | 48 |
| Octal | 201 | 360 | 200 | 56 | 0 | 57 | 6 | 167 | 117 | 110 |
| Binary | 10000001 | 11110000 | 10000000 | 101110 | 0 | 101111 | 110 | 1110111 | 1001111 | 1001000 |
Color Harmonies of #81F080
Complementary color
Monochromatic Colors of #81F080
Black with #81F080
Text Example
Text Example
White with #81F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F080; }
p { color: rgb(129,240,128); }
H1.HeaderClassName
{
color: #81F080;
}
.AnyTagClassName
{
color: #81F080;
}
</style>
background-color css
<style>
a { background-color: #81F080; }
a { background-color: rgb(129,240,128); }
div.DivClassName
{
background-color: #81F080;
}
.BgClassName
{
background-color: #81F080;
}
</style>
border-color css
<style>
span { border-color: #81F080; }
span { border-color: rgb(129,240,128); }
td.TdClassName
{
border-color: #81F080;
}
.TagClassName
{
border-color: #81F080;
}
</style>