Shades of Light Green #81F898
Tints of Light Green #81F898
RGB
CMYK
RGB Variations
Color information
#81F898 (or 0x81F898) is known color: Light Green. HEX triplet: 81, F8 and 98. RGB value is (129,248,152). Sum of RGB (Red+Green+Blue) = 129+248+152=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #81F898 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F898 is #7E0767. Grayscale: #C9C9C9. Windows color (decimal): -8259432 or 10025089. OLE color: 10025089.
HSL color Cylindrical-coordinate representation of color #81F898: hue angle of 131.6º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F898 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 152 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.03 |
| HSL | 131.6º | 0.89% | 0.74% | - |
| HSV(B) | 131.6º | 0.48% | 0.97% | - |
| XYZ | 48.29 | 74.07 | 41.46 | - |
| YUV | 201.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 152 | 0.48 | 0 | 0.39 | 0.03 | 131.6 | 0.89 | 0.74 |
| Hex | 81 | F8 | 98 | 30 | 0 | 27 | 3 | 84 | 59 | 4A |
| Octal | 201 | 370 | 230 | 60 | 0 | 47 | 3 | 204 | 131 | 112 |
| Binary | 10000001 | 11111000 | 10011000 | 110000 | 0 | 100111 | 11 | 10000100 | 1011001 | 1001010 |
Color Harmonies of #81F898
Complementary color
Monochromatic Colors of #81F898
Black with #81F898
Text Example
Text Example
White with #81F898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F898; }
p { color: rgb(129,248,152); }
H1.HeaderClassName
{
color: #81F898;
}
.AnyTagClassName
{
color: #81F898;
}
</style>
background-color css
<style>
a { background-color: #81F898; }
a { background-color: rgb(129,248,152); }
div.DivClassName
{
background-color: #81F898;
}
.BgClassName
{
background-color: #81F898;
}
</style>
border-color css
<style>
span { border-color: #81F898; }
span { border-color: rgb(129,248,152); }
td.TdClassName
{
border-color: #81F898;
}
.TagClassName
{
border-color: #81F898;
}
</style>