Shades of Light Green #81F498
Tints of Light Green #81F498
RGB
CMYK
RGB Variations
Color information
#81F498 (or 0x81F498) is known color: Light Green. HEX triplet: 81, F4 and 98. RGB value is (129,244,152). Sum of RGB (Red+Green+Blue) = 129+244+152=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #81F498 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F498 is #7E0B67. Grayscale: #C7C7C7. Windows color (decimal): -8260456 or 10024065. OLE color: 10024065.
HSL color Cylindrical-coordinate representation of color #81F498: hue angle of 132º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F498 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 244 | 152 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.04 |
| HSL | 132º | 0.84% | 0.73% | - |
| HSV(B) | 132º | 0.47% | 0.96% | - |
| XYZ | 47.07 | 71.64 | 41.05 | - |
| YUV | 199.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 244 | 152 | 0.47 | 0 | 0.38 | 0.04 | 132 | 0.84 | 0.73 |
| Hex | 81 | F4 | 98 | 2F | 0 | 26 | 4 | 84 | 54 | 49 |
| Octal | 201 | 364 | 230 | 57 | 0 | 46 | 4 | 204 | 124 | 111 |
| Binary | 10000001 | 11110100 | 10011000 | 101111 | 0 | 100110 | 100 | 10000100 | 1010100 | 1001001 |
Color Harmonies of #81F498
Complementary color
Monochromatic Colors of #81F498
Black with #81F498
Text Example
Text Example
White with #81F498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F498; }
p { color: rgb(129,244,152); }
H1.HeaderClassName
{
color: #81F498;
}
.AnyTagClassName
{
color: #81F498;
}
</style>
background-color css
<style>
a { background-color: #81F498; }
a { background-color: rgb(129,244,152); }
div.DivClassName
{
background-color: #81F498;
}
.BgClassName
{
background-color: #81F498;
}
</style>
border-color css
<style>
span { border-color: #81F498; }
span { border-color: rgb(129,244,152); }
td.TdClassName
{
border-color: #81F498;
}
.TagClassName
{
border-color: #81F498;
}
</style>