Shades of Light Green #81FB8C
Tints of Light Green #81FB8C
RGB
CMYK
RGB Variations
Color information
#81FB8C (or 0x81FB8C) is known color: Light Green. HEX triplet: 81, FB and 8C. RGB value is (129,251,140). Sum of RGB (Red+Green+Blue) = 129+251+140=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FB8C is #7E0473. Grayscale: #CACACA. Windows color (decimal): -8258676 or 9239425. OLE color: 9239425.
HSL color Cylindrical-coordinate representation of color #81FB8C: hue angle of 125.41º 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 #81FB8C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 140 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.02 |
| HSL | 125.41º | 0.94% | 0.75% | - |
| HSV(B) | 125.41º | 0.49% | 0.98% | - |
| XYZ | 48.28 | 75.55 | 36.85 | - |
| YUV | 201.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 140 | 0.49 | 0 | 0.44 | 0.02 | 125.41 | 0.94 | 0.75 |
| Hex | 81 | FB | 8C | 31 | 0 | 2C | 2 | 7D | 5E | 4B |
| Octal | 201 | 373 | 214 | 61 | 0 | 54 | 2 | 175 | 136 | 113 |
| Binary | 10000001 | 11111011 | 10001100 | 110001 | 0 | 101100 | 10 | 1111101 | 1011110 | 1001011 |
Color Harmonies of #81FB8C
Complementary color
Monochromatic Colors of #81FB8C
Black with #81FB8C
Text Example
Text Example
White with #81FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB8C; }
p { color: rgb(129,251,140); }
H1.HeaderClassName
{
color: #81FB8C;
}
.AnyTagClassName
{
color: #81FB8C;
}
</style>
background-color css
<style>
a { background-color: #81FB8C; }
a { background-color: rgb(129,251,140); }
div.DivClassName
{
background-color: #81FB8C;
}
.BgClassName
{
background-color: #81FB8C;
}
</style>
border-color css
<style>
span { border-color: #81FB8C; }
span { border-color: rgb(129,251,140); }
td.TdClassName
{
border-color: #81FB8C;
}
.TagClassName
{
border-color: #81FB8C;
}
</style>