Shades of Light Green #81FB9A
Tints of Light Green #81FB9A
RGB
CMYK
RGB Variations
Color information
#81FB9A (or 0x81FB9A) is known color: Light Green. HEX triplet: 81, FB and 9A. RGB value is (129,251,154). Sum of RGB (Red+Green+Blue) = 129+251+154=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FB9A is #7E0465. Grayscale: #CBCBCB. Windows color (decimal): -8258662 or 10156929. OLE color: 10156929.
HSL color Cylindrical-coordinate representation of color #81FB9A: hue angle of 132.3º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FB9A is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 154 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.02 |
| HSL | 132.3º | 0.94% | 0.75% | - |
| HSV(B) | 132.3º | 0.49% | 0.98% | - |
| XYZ | 49.38 | 75.99 | 42.64 | - |
| YUV | 203.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 154 | 0.49 | 0 | 0.39 | 0.02 | 132.3 | 0.94 | 0.75 |
| Hex | 81 | FB | 9A | 31 | 0 | 27 | 2 | 84 | 5E | 4B |
| Octal | 201 | 373 | 232 | 61 | 0 | 47 | 2 | 204 | 136 | 113 |
| Binary | 10000001 | 11111011 | 10011010 | 110001 | 0 | 100111 | 10 | 10000100 | 1011110 | 1001011 |
Color Harmonies of #81FB9A
Complementary color
Monochromatic Colors of #81FB9A
Black with #81FB9A
Text Example
Text Example
White with #81FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB9A; }
p { color: rgb(129,251,154); }
H1.HeaderClassName
{
color: #81FB9A;
}
.AnyTagClassName
{
color: #81FB9A;
}
</style>
background-color css
<style>
a { background-color: #81FB9A; }
a { background-color: rgb(129,251,154); }
div.DivClassName
{
background-color: #81FB9A;
}
.BgClassName
{
background-color: #81FB9A;
}
</style>
border-color css
<style>
span { border-color: #81FB9A; }
span { border-color: rgb(129,251,154); }
td.TdClassName
{
border-color: #81FB9A;
}
.TagClassName
{
border-color: #81FB9A;
}
</style>