Shades of Light Green #81FB7B
Tints of Light Green #81FB7B
RGB
CMYK
RGB Variations
Color information
#81FB7B (or 0x81FB7B) is known color: Light Green. HEX triplet: 81, FB and 7B. RGB value is (129,251,123). Sum of RGB (Red+Green+Blue) = 129+251+123=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FB7B is #7E0484. Grayscale: #C8C8C8. Windows color (decimal): -8258693 or 8125313. OLE color: 8125313.
HSL color Cylindrical-coordinate representation of color #81FB7B: hue angle of 117.19º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81FB7B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 123 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.02 |
| HSL | 117.19º | 0.94% | 0.73% | - |
| HSV(B) | 117.19º | 0.51% | 0.98% | - |
| XYZ | 47.13 | 75.09 | 30.75 | - |
| YUV | 199.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 123 | 0.49 | 0 | 0.51 | 0.02 | 117.19 | 0.94 | 0.73 |
| Hex | 81 | FB | 7B | 31 | 0 | 33 | 2 | 75 | 5E | 49 |
| Octal | 201 | 373 | 173 | 61 | 0 | 63 | 2 | 165 | 136 | 111 |
| Binary | 10000001 | 11111011 | 1111011 | 110001 | 0 | 110011 | 10 | 1110101 | 1011110 | 1001001 |
Color Harmonies of #81FB7B
Complementary color
Monochromatic Colors of #81FB7B
Black with #81FB7B
Text Example
Text Example
White with #81FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB7B; }
p { color: rgb(129,251,123); }
H1.HeaderClassName
{
color: #81FB7B;
}
.AnyTagClassName
{
color: #81FB7B;
}
</style>
background-color css
<style>
a { background-color: #81FB7B; }
a { background-color: rgb(129,251,123); }
div.DivClassName
{
background-color: #81FB7B;
}
.BgClassName
{
background-color: #81FB7B;
}
</style>
border-color css
<style>
span { border-color: #81FB7B; }
span { border-color: rgb(129,251,123); }
td.TdClassName
{
border-color: #81FB7B;
}
.TagClassName
{
border-color: #81FB7B;
}
</style>