Shades of Light Green #81F786
Tints of Light Green #81F786
RGB
CMYK
RGB Variations
Color information
#81F786 (or 0x81F786) is known color: Light Green. HEX triplet: 81, F7 and 86. RGB value is (129,247,134). Sum of RGB (Red+Green+Blue) = 129+247+134=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #81F786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F786 is #7E0879. Grayscale: #C7C7C7. Windows color (decimal): -8259706 or 8845185. OLE color: 8845185.
HSL color Cylindrical-coordinate representation of color #81F786: hue angle of 122.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F786 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 134 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.03 |
| HSL | 122.54º | 0.88% | 0.74% | - |
| HSV(B) | 122.54º | 0.48% | 0.97% | - |
| XYZ | 46.62 | 72.91 | 34.17 | - |
| YUV | 198.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 134 | 0.48 | 0 | 0.46 | 0.03 | 122.54 | 0.88 | 0.74 |
| Hex | 81 | F7 | 86 | 30 | 0 | 2E | 3 | 7B | 58 | 4A |
| Octal | 201 | 367 | 206 | 60 | 0 | 56 | 3 | 173 | 130 | 112 |
| Binary | 10000001 | 11110111 | 10000110 | 110000 | 0 | 101110 | 11 | 1111011 | 1011000 | 1001010 |
Color Harmonies of #81F786
Complementary color
Monochromatic Colors of #81F786
Black with #81F786
Text Example
Text Example
White with #81F786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F786; }
p { color: rgb(129,247,134); }
H1.HeaderClassName
{
color: #81F786;
}
.AnyTagClassName
{
color: #81F786;
}
</style>
background-color css
<style>
a { background-color: #81F786; }
a { background-color: rgb(129,247,134); }
div.DivClassName
{
background-color: #81F786;
}
.BgClassName
{
background-color: #81F786;
}
</style>
border-color css
<style>
span { border-color: #81F786; }
span { border-color: rgb(129,247,134); }
td.TdClassName
{
border-color: #81F786;
}
.TagClassName
{
border-color: #81F786;
}
</style>