Shades of Light Green #81F895
Tints of Light Green #81F895
RGB
CMYK
RGB Variations
Color information
#81F895 (or 0x81F895) is known color: Light Green. HEX triplet: 81, F8 and 95. RGB value is (129,248,149). Sum of RGB (Red+Green+Blue) = 129+248+149=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #81F895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F895 is #7E076A. Grayscale: #C9C9C9. Windows color (decimal): -8259435 or 9828481. OLE color: 9828481.
HSL color Cylindrical-coordinate representation of color #81F895: hue angle of 130.08º 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 #81F895 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 149 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.03 |
| HSL | 130.08º | 0.89% | 0.74% | - |
| HSV(B) | 130.08º | 0.48% | 0.97% | - |
| XYZ | 48.05 | 73.97 | 40.18 | - |
| YUV | 201.13 | 98.58 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 149 | 0.48 | 0 | 0.40 | 0.03 | 130.08 | 0.89 | 0.74 |
| Hex | 81 | F8 | 95 | 30 | 0 | 28 | 3 | 82 | 59 | 4A |
| Octal | 201 | 370 | 225 | 60 | 0 | 50 | 3 | 202 | 131 | 112 |
| Binary | 10000001 | 11111000 | 10010101 | 110000 | 0 | 101000 | 11 | 10000010 | 1011001 | 1001010 |
Color Harmonies of #81F895
Complementary color
Monochromatic Colors of #81F895
Black with #81F895
Text Example
Text Example
White with #81F895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F895; }
p { color: rgb(129,248,149); }
H1.HeaderClassName
{
color: #81F895;
}
.AnyTagClassName
{
color: #81F895;
}
</style>
background-color css
<style>
a { background-color: #81F895; }
a { background-color: rgb(129,248,149); }
div.DivClassName
{
background-color: #81F895;
}
.BgClassName
{
background-color: #81F895;
}
</style>
border-color css
<style>
span { border-color: #81F895; }
span { border-color: rgb(129,248,149); }
td.TdClassName
{
border-color: #81F895;
}
.TagClassName
{
border-color: #81F895;
}
</style>