Shades of Light Green #81F57D
Tints of Light Green #81F57D
RGB
CMYK
RGB Variations
Color information
#81F57D (or 0x81F57D) is known color: Light Green. HEX triplet: 81, F5 and 7D. RGB value is (129,245,125). Sum of RGB (Red+Green+Blue) = 129+245+125=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #81F57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F57D is #7E0A82. Grayscale: #C4C4C4. Windows color (decimal): -8260227 or 8254849. OLE color: 8254849.
HSL color Cylindrical-coordinate representation of color #81F57D: hue angle of 118º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F57D is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 245 | 125 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.04 |
| HSL | 118º | 0.86% | 0.73% | - |
| HSV(B) | 118º | 0.49% | 0.96% | - |
| XYZ | 45.41 | 71.45 | 30.8 | - |
| YUV | 196.64 | 87.57 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 245 | 125 | 0.47 | 0 | 0.49 | 0.04 | 118 | 0.86 | 0.73 |
| Hex | 81 | F5 | 7D | 2F | 0 | 31 | 4 | 76 | 56 | 49 |
| Octal | 201 | 365 | 175 | 57 | 0 | 61 | 4 | 166 | 126 | 111 |
| Binary | 10000001 | 11110101 | 1111101 | 101111 | 0 | 110001 | 100 | 1110110 | 1010110 | 1001001 |
Color Harmonies of #81F57D
Complementary color
Monochromatic Colors of #81F57D
Black with #81F57D
Text Example
Text Example
White with #81F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F57D; }
p { color: rgb(129,245,125); }
H1.HeaderClassName
{
color: #81F57D;
}
.AnyTagClassName
{
color: #81F57D;
}
</style>
background-color css
<style>
a { background-color: #81F57D; }
a { background-color: rgb(129,245,125); }
div.DivClassName
{
background-color: #81F57D;
}
.BgClassName
{
background-color: #81F57D;
}
</style>
border-color css
<style>
span { border-color: #81F57D; }
span { border-color: rgb(129,245,125); }
td.TdClassName
{
border-color: #81F57D;
}
.TagClassName
{
border-color: #81F57D;
}
</style>