Shades of Light Green #81F486
Tints of Light Green #81F486
RGB
CMYK
RGB Variations
Color information
#81F486 (or 0x81F486) is known color: Light Green. HEX triplet: 81, F4 and 86. RGB value is (129,244,134). Sum of RGB (Red+Green+Blue) = 129+244+134=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #81F486 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F486 is #7E0B79. Grayscale: #C5C5C5. Windows color (decimal): -8260474 or 8844417. OLE color: 8844417.
HSL color Cylindrical-coordinate representation of color #81F486: hue angle of 122.61º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F486 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 244 | 134 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.04 |
| HSL | 122.61º | 0.84% | 0.73% | - |
| HSV(B) | 122.61º | 0.47% | 0.96% | - |
| XYZ | 45.71 | 71.09 | 33.87 | - |
| YUV | 197.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 244 | 134 | 0.47 | 0 | 0.45 | 0.04 | 122.61 | 0.84 | 0.73 |
| Hex | 81 | F4 | 86 | 2F | 0 | 2D | 4 | 7B | 54 | 49 |
| Octal | 201 | 364 | 206 | 57 | 0 | 55 | 4 | 173 | 124 | 111 |
| Binary | 10000001 | 11110100 | 10000110 | 101111 | 0 | 101101 | 100 | 1111011 | 1010100 | 1001001 |
Color Harmonies of #81F486
Complementary color
Monochromatic Colors of #81F486
Black with #81F486
Text Example
Text Example
White with #81F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F486; }
p { color: rgb(129,244,134); }
H1.HeaderClassName
{
color: #81F486;
}
.AnyTagClassName
{
color: #81F486;
}
</style>
background-color css
<style>
a { background-color: #81F486; }
a { background-color: rgb(129,244,134); }
div.DivClassName
{
background-color: #81F486;
}
.BgClassName
{
background-color: #81F486;
}
</style>
border-color css
<style>
span { border-color: #81F486; }
span { border-color: rgb(129,244,134); }
td.TdClassName
{
border-color: #81F486;
}
.TagClassName
{
border-color: #81F486;
}
</style>