Shades of Light Green #81F995
Tints of Light Green #81F995
RGB
CMYK
RGB Variations
Color information
#81F995 (or 0x81F995) is known color: Light Green. HEX triplet: 81, F9 and 95. RGB value is (129,249,149). Sum of RGB (Red+Green+Blue) = 129+249+149=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #81F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F995 is #7E066A. Grayscale: #CACACA. Windows color (decimal): -8259179 or 9828737. OLE color: 9828737.
HSL color Cylindrical-coordinate representation of color #81F995: hue angle of 130º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F995 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 149 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.02 |
| HSL | 130º | 0.91% | 0.74% | - |
| HSV(B) | 130º | 0.48% | 0.98% | - |
| XYZ | 48.35 | 74.59 | 40.28 | - |
| YUV | 201.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 149 | 0.48 | 0 | 0.40 | 0.02 | 130 | 0.91 | 0.74 |
| Hex | 81 | F9 | 95 | 30 | 0 | 28 | 2 | 82 | 5B | 4A |
| Octal | 201 | 371 | 225 | 60 | 0 | 50 | 2 | 202 | 133 | 112 |
| Binary | 10000001 | 11111001 | 10010101 | 110000 | 0 | 101000 | 10 | 10000010 | 1011011 | 1001010 |
Color Harmonies of #81F995
Complementary color
Monochromatic Colors of #81F995
Black with #81F995
Text Example
Text Example
White with #81F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F995; }
p { color: rgb(129,249,149); }
H1.HeaderClassName
{
color: #81F995;
}
.AnyTagClassName
{
color: #81F995;
}
</style>
background-color css
<style>
a { background-color: #81F995; }
a { background-color: rgb(129,249,149); }
div.DivClassName
{
background-color: #81F995;
}
.BgClassName
{
background-color: #81F995;
}
</style>
border-color css
<style>
span { border-color: #81F995; }
span { border-color: rgb(129,249,149); }
td.TdClassName
{
border-color: #81F995;
}
.TagClassName
{
border-color: #81F995;
}
</style>