Shades of Light Green #81F27F
Tints of Light Green #81F27F
RGB
CMYK
RGB Variations
Color information
#81F27F (or 0x81F27F) is known color: Light Green. HEX triplet: 81, F2 and 7F. RGB value is (129,242,127). Sum of RGB (Red+Green+Blue) = 129+242+127=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #81F27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F27F is #7E0D80. Grayscale: #C3C3C3. Windows color (decimal): -8260993 or 8385153. OLE color: 8385153.
HSL color Cylindrical-coordinate representation of color #81F27F: hue angle of 118.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F27F is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 127 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.05 |
| HSL | 118.96º | 0.82% | 0.72% | - |
| HSV(B) | 118.96º | 0.48% | 0.95% | - |
| XYZ | 44.64 | 69.7 | 31.18 | - |
| YUV | 195.1 | 89.56 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 127 | 0.47 | 0 | 0.48 | 0.05 | 118.96 | 0.82 | 0.72 |
| Hex | 81 | F2 | 7F | 2F | 0 | 30 | 5 | 77 | 52 | 48 |
| Octal | 201 | 362 | 177 | 57 | 0 | 60 | 5 | 167 | 122 | 110 |
| Binary | 10000001 | 11110010 | 1111111 | 101111 | 0 | 110000 | 101 | 1110111 | 1010010 | 1001000 |
Color Harmonies of #81F27F
Complementary color
Monochromatic Colors of #81F27F
Black with #81F27F
Text Example
Text Example
White with #81F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F27F; }
p { color: rgb(129,242,127); }
H1.HeaderClassName
{
color: #81F27F;
}
.AnyTagClassName
{
color: #81F27F;
}
</style>
background-color css
<style>
a { background-color: #81F27F; }
a { background-color: rgb(129,242,127); }
div.DivClassName
{
background-color: #81F27F;
}
.BgClassName
{
background-color: #81F27F;
}
</style>
border-color css
<style>
span { border-color: #81F27F; }
span { border-color: rgb(129,242,127); }
td.TdClassName
{
border-color: #81F27F;
}
.TagClassName
{
border-color: #81F27F;
}
</style>