Shades of Light Green #81F77D
Tints of Light Green #81F77D
RGB
CMYK
RGB Variations
Color information
#81F77D (or 0x81F77D) is known color: Light Green. HEX triplet: 81, F7 and 7D. RGB value is (129,247,125). Sum of RGB (Red+Green+Blue) = 129+247+125=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #81F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F77D is #7E0882. Grayscale: #C6C6C6. Windows color (decimal): -8259715 or 8255361. OLE color: 8255361.
HSL color Cylindrical-coordinate representation of color #81F77D: hue angle of 118.03º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F77D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 125 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.03 |
| HSL | 118.03º | 0.88% | 0.73% | - |
| HSV(B) | 118.03º | 0.49% | 0.97% | - |
| XYZ | 46.02 | 72.67 | 31 | - |
| YUV | 197.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 125 | 0.48 | 0 | 0.49 | 0.03 | 118.03 | 0.88 | 0.73 |
| Hex | 81 | F7 | 7D | 30 | 0 | 31 | 3 | 76 | 58 | 49 |
| Octal | 201 | 367 | 175 | 60 | 0 | 61 | 3 | 166 | 130 | 111 |
| Binary | 10000001 | 11110111 | 1111101 | 110000 | 0 | 110001 | 11 | 1110110 | 1011000 | 1001001 |
Color Harmonies of #81F77D
Complementary color
Monochromatic Colors of #81F77D
Black with #81F77D
Text Example
Text Example
White with #81F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F77D; }
p { color: rgb(129,247,125); }
H1.HeaderClassName
{
color: #81F77D;
}
.AnyTagClassName
{
color: #81F77D;
}
</style>
background-color css
<style>
a { background-color: #81F77D; }
a { background-color: rgb(129,247,125); }
div.DivClassName
{
background-color: #81F77D;
}
.BgClassName
{
background-color: #81F77D;
}
</style>
border-color css
<style>
span { border-color: #81F77D; }
span { border-color: rgb(129,247,125); }
td.TdClassName
{
border-color: #81F77D;
}
.TagClassName
{
border-color: #81F77D;
}
</style>