Shades of Light Green #81F29A
Tints of Light Green #81F29A
RGB
CMYK
RGB Variations
Color information
#81F29A (or 0x81F29A) is known color: Light Green. HEX triplet: 81, F2 and 9A. RGB value is (129,242,154). Sum of RGB (Red+Green+Blue) = 129+242+154=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #81F29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F29A is #7E0D65. Grayscale: #C6C6C6. Windows color (decimal): -8260966 or 10154625. OLE color: 10154625.
HSL color Cylindrical-coordinate representation of color #81F29A: hue angle of 133.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F29A is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 154 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.05 |
| HSL | 133.27º | 0.81% | 0.73% | - |
| HSV(B) | 133.27º | 0.47% | 0.95% | - |
| XYZ | 46.64 | 70.5 | 41.72 | - |
| YUV | 198.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 154 | 0.47 | 0 | 0.36 | 0.05 | 133.27 | 0.81 | 0.73 |
| Hex | 81 | F2 | 9A | 2F | 0 | 24 | 5 | 85 | 51 | 49 |
| Octal | 201 | 362 | 232 | 57 | 0 | 44 | 5 | 205 | 121 | 111 |
| Binary | 10000001 | 11110010 | 10011010 | 101111 | 0 | 100100 | 101 | 10000101 | 1010001 | 1001001 |
Color Harmonies of #81F29A
Complementary color
Monochromatic Colors of #81F29A
Black with #81F29A
Text Example
Text Example
White with #81F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F29A; }
p { color: rgb(129,242,154); }
H1.HeaderClassName
{
color: #81F29A;
}
.AnyTagClassName
{
color: #81F29A;
}
</style>
background-color css
<style>
a { background-color: #81F29A; }
a { background-color: rgb(129,242,154); }
div.DivClassName
{
background-color: #81F29A;
}
.BgClassName
{
background-color: #81F29A;
}
</style>
border-color css
<style>
span { border-color: #81F29A; }
span { border-color: rgb(129,242,154); }
td.TdClassName
{
border-color: #81F29A;
}
.TagClassName
{
border-color: #81F29A;
}
</style>