Shades of Light Green #81FA9A
Tints of Light Green #81FA9A
RGB
CMYK
RGB Variations
Color information
#81FA9A (or 0x81FA9A) is known color: Light Green. HEX triplet: 81, FA and 9A. RGB value is (129,250,154). Sum of RGB (Red+Green+Blue) = 129+250+154=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FA9A is #7E0565. Grayscale: #CBCBCB. Windows color (decimal): -8258918 or 10156673. OLE color: 10156673.
HSL color Cylindrical-coordinate representation of color #81FA9A: hue angle of 132.4º degrees, saturation: 0.92, 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 #81FA9A is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 154 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.02 |
| HSL | 132.4º | 0.92% | 0.74% | - |
| HSV(B) | 132.4º | 0.48% | 0.98% | - |
| XYZ | 49.07 | 75.37 | 42.53 | - |
| YUV | 202.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 154 | 0.48 | 0 | 0.38 | 0.02 | 132.4 | 0.92 | 0.74 |
| Hex | 81 | FA | 9A | 30 | 0 | 26 | 2 | 84 | 5C | 4A |
| Octal | 201 | 372 | 232 | 60 | 0 | 46 | 2 | 204 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10011010 | 110000 | 0 | 100110 | 10 | 10000100 | 1011100 | 1001010 |
Color Harmonies of #81FA9A
Complementary color
Monochromatic Colors of #81FA9A
Black with #81FA9A
Text Example
Text Example
White with #81FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA9A; }
p { color: rgb(129,250,154); }
H1.HeaderClassName
{
color: #81FA9A;
}
.AnyTagClassName
{
color: #81FA9A;
}
</style>
background-color css
<style>
a { background-color: #81FA9A; }
a { background-color: rgb(129,250,154); }
div.DivClassName
{
background-color: #81FA9A;
}
.BgClassName
{
background-color: #81FA9A;
}
</style>
border-color css
<style>
span { border-color: #81FA9A; }
span { border-color: rgb(129,250,154); }
td.TdClassName
{
border-color: #81FA9A;
}
.TagClassName
{
border-color: #81FA9A;
}
</style>