Shades of Light Green #81F694
Tints of Light Green #81F694
RGB
CMYK
RGB Variations
Color information
#81F694 (or 0x81F694) is known color: Light Green. HEX triplet: 81, F6 and 94. RGB value is (129,246,148). Sum of RGB (Red+Green+Blue) = 129+246+148=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #81F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F694 is #7E096B. Grayscale: #C8C8C8. Windows color (decimal): -8259948 or 9762433. OLE color: 9762433.
HSL color Cylindrical-coordinate representation of color #81F694: hue angle of 129.74º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F694 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 148 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.04 |
| HSL | 129.74º | 0.87% | 0.74% | - |
| HSV(B) | 129.74º | 0.48% | 0.96% | - |
| XYZ | 47.35 | 72.72 | 39.56 | - |
| YUV | 199.85 | 98.74 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 148 | 0.48 | 0 | 0.40 | 0.04 | 129.74 | 0.87 | 0.74 |
| Hex | 81 | F6 | 94 | 30 | 0 | 28 | 4 | 82 | 57 | 4A |
| Octal | 201 | 366 | 224 | 60 | 0 | 50 | 4 | 202 | 127 | 112 |
| Binary | 10000001 | 11110110 | 10010100 | 110000 | 0 | 101000 | 100 | 10000010 | 1010111 | 1001010 |
Color Harmonies of #81F694
Complementary color
Monochromatic Colors of #81F694
Black with #81F694
Text Example
Text Example
White with #81F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F694; }
p { color: rgb(129,246,148); }
H1.HeaderClassName
{
color: #81F694;
}
.AnyTagClassName
{
color: #81F694;
}
</style>
background-color css
<style>
a { background-color: #81F694; }
a { background-color: rgb(129,246,148); }
div.DivClassName
{
background-color: #81F694;
}
.BgClassName
{
background-color: #81F694;
}
</style>
border-color css
<style>
span { border-color: #81F694; }
span { border-color: rgb(129,246,148); }
td.TdClassName
{
border-color: #81F694;
}
.TagClassName
{
border-color: #81F694;
}
</style>