Shades of Light Green #81FB7D
Tints of Light Green #81FB7D
RGB
CMYK
RGB Variations
Color information
#81FB7D (or 0x81FB7D) is known color: Light Green. HEX triplet: 81, FB and 7D. RGB value is (129,251,125). Sum of RGB (Red+Green+Blue) = 129+251+125=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FB7D is #7E0482. Grayscale: #C8C8C8. Windows color (decimal): -8258691 or 8256385. OLE color: 8256385.
HSL color Cylindrical-coordinate representation of color #81FB7D: hue angle of 118.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81FB7D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 125 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.02 |
| HSL | 118.1º | 0.94% | 0.74% | - |
| HSV(B) | 118.1º | 0.5% | 0.98% | - |
| XYZ | 47.25 | 75.14 | 31.42 | - |
| YUV | 200.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 125 | 0.49 | 0 | 0.50 | 0.02 | 118.1 | 0.94 | 0.74 |
| Hex | 81 | FB | 7D | 31 | 0 | 32 | 2 | 76 | 5E | 4A |
| Octal | 201 | 373 | 175 | 61 | 0 | 62 | 2 | 166 | 136 | 112 |
| Binary | 10000001 | 11111011 | 1111101 | 110001 | 0 | 110010 | 10 | 1110110 | 1011110 | 1001010 |
Color Harmonies of #81FB7D
Complementary color
Monochromatic Colors of #81FB7D
Black with #81FB7D
Text Example
Text Example
White with #81FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB7D; }
p { color: rgb(129,251,125); }
H1.HeaderClassName
{
color: #81FB7D;
}
.AnyTagClassName
{
color: #81FB7D;
}
</style>
background-color css
<style>
a { background-color: #81FB7D; }
a { background-color: rgb(129,251,125); }
div.DivClassName
{
background-color: #81FB7D;
}
.BgClassName
{
background-color: #81FB7D;
}
</style>
border-color css
<style>
span { border-color: #81FB7D; }
span { border-color: rgb(129,251,125); }
td.TdClassName
{
border-color: #81FB7D;
}
.TagClassName
{
border-color: #81FB7D;
}
</style>