Shades of Light Green #81FC7B
Tints of Light Green #81FC7B
RGB
CMYK
RGB Variations
Color information
#81FC7B (or 0x81FC7B) is known color: Light Green. HEX triplet: 81, FC and 7B. RGB value is (129,252,123). Sum of RGB (Red+Green+Blue) = 129+252+123=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FC7B is #7E0384. Grayscale: #C8C8C8. Windows color (decimal): -8258437 or 8125569. OLE color: 8125569.
HSL color Cylindrical-coordinate representation of color #81FC7B: hue angle of 117.21º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81FC7B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 123 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.01 |
| HSL | 117.21º | 0.96% | 0.74% | - |
| HSV(B) | 117.21º | 0.51% | 0.99% | - |
| XYZ | 47.44 | 75.72 | 30.85 | - |
| YUV | 200.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 123 | 0.49 | 0 | 0.51 | 0.01 | 117.21 | 0.96 | 0.74 |
| Hex | 81 | FC | 7B | 31 | 0 | 33 | 1 | 75 | 60 | 4A |
| Octal | 201 | 374 | 173 | 61 | 0 | 63 | 1 | 165 | 140 | 112 |
| Binary | 10000001 | 11111100 | 1111011 | 110001 | 0 | 110011 | 1 | 1110101 | 1100000 | 1001010 |
Color Harmonies of #81FC7B
Complementary color
Monochromatic Colors of #81FC7B
Black with #81FC7B
Text Example
Text Example
White with #81FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FC7B; }
p { color: rgb(129,252,123); }
H1.HeaderClassName
{
color: #81FC7B;
}
.AnyTagClassName
{
color: #81FC7B;
}
</style>
background-color css
<style>
a { background-color: #81FC7B; }
a { background-color: rgb(129,252,123); }
div.DivClassName
{
background-color: #81FC7B;
}
.BgClassName
{
background-color: #81FC7B;
}
</style>
border-color css
<style>
span { border-color: #81FC7B; }
span { border-color: rgb(129,252,123); }
td.TdClassName
{
border-color: #81FC7B;
}
.TagClassName
{
border-color: #81FC7B;
}
</style>