Shades of Light Green #81FB7C
Tints of Light Green #81FB7C
RGB
CMYK
RGB Variations
Color information
#81FB7C (or 0x81FB7C) is known color: Light Green. HEX triplet: 81, FB and 7C. RGB value is (129,251,124). Sum of RGB (Red+Green+Blue) = 129+251+124=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FB7C is #7E0483. Grayscale: #C8C8C8. Windows color (decimal): -8258692 or 8190849. OLE color: 8190849.
HSL color Cylindrical-coordinate representation of color #81FB7C: hue angle of 117.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81FB7C is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 124 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.02 |
| HSL | 117.64º | 0.94% | 0.74% | - |
| HSV(B) | 117.64º | 0.51% | 0.98% | - |
| XYZ | 47.19 | 75.12 | 31.08 | - |
| YUV | 200.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 124 | 0.49 | 0 | 0.51 | 0.02 | 117.64 | 0.94 | 0.74 |
| Hex | 81 | FB | 7C | 31 | 0 | 33 | 2 | 76 | 5E | 4A |
| Octal | 201 | 373 | 174 | 61 | 0 | 63 | 2 | 166 | 136 | 112 |
| Binary | 10000001 | 11111011 | 1111100 | 110001 | 0 | 110011 | 10 | 1110110 | 1011110 | 1001010 |
Color Harmonies of #81FB7C
Complementary color
Monochromatic Colors of #81FB7C
Black with #81FB7C
Text Example
Text Example
White with #81FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB7C; }
p { color: rgb(129,251,124); }
H1.HeaderClassName
{
color: #81FB7C;
}
.AnyTagClassName
{
color: #81FB7C;
}
</style>
background-color css
<style>
a { background-color: #81FB7C; }
a { background-color: rgb(129,251,124); }
div.DivClassName
{
background-color: #81FB7C;
}
.BgClassName
{
background-color: #81FB7C;
}
</style>
border-color css
<style>
span { border-color: #81FB7C; }
span { border-color: rgb(129,251,124); }
td.TdClassName
{
border-color: #81FB7C;
}
.TagClassName
{
border-color: #81FB7C;
}
</style>