Shades of Light Green #81F37D
Tints of Light Green #81F37D
RGB
CMYK
RGB Variations
Color information
#81F37D (or 0x81F37D) is known color: Light Green. HEX triplet: 81, F3 and 7D. RGB value is (129,243,125). Sum of RGB (Red+Green+Blue) = 129+243+125=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #81F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F37D is #7E0C82. Grayscale: #C3C3C3. Windows color (decimal): -8260739 or 8254337. OLE color: 8254337.
HSL color Cylindrical-coordinate representation of color #81F37D: hue angle of 117.97º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F37D is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 125 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117.97º | 0.83% | 0.72% | - |
| HSV(B) | 117.97º | 0.49% | 0.95% | - |
| XYZ | 44.81 | 70.25 | 30.6 | - |
| YUV | 195.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 125 | 0.47 | 0 | 0.49 | 0.05 | 117.97 | 0.83 | 0.72 |
| Hex | 81 | F3 | 7D | 2F | 0 | 31 | 5 | 76 | 53 | 48 |
| Octal | 201 | 363 | 175 | 57 | 0 | 61 | 5 | 166 | 123 | 110 |
| Binary | 10000001 | 11110011 | 1111101 | 101111 | 0 | 110001 | 101 | 1110110 | 1010011 | 1001000 |
Color Harmonies of #81F37D
Complementary color
Monochromatic Colors of #81F37D
Black with #81F37D
Text Example
Text Example
White with #81F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F37D; }
p { color: rgb(129,243,125); }
H1.HeaderClassName
{
color: #81F37D;
}
.AnyTagClassName
{
color: #81F37D;
}
</style>
background-color css
<style>
a { background-color: #81F37D; }
a { background-color: rgb(129,243,125); }
div.DivClassName
{
background-color: #81F37D;
}
.BgClassName
{
background-color: #81F37D;
}
</style>
border-color css
<style>
span { border-color: #81F37D; }
span { border-color: rgb(129,243,125); }
td.TdClassName
{
border-color: #81F37D;
}
.TagClassName
{
border-color: #81F37D;
}
</style>