Shades of Light Green #7DFB81
Tints of Light Green #7DFB81
RGB
CMYK
RGB Variations
Color information
#7DFB81 (or 0x7DFB81) is known color: Light Green. HEX triplet: 7D, FB and 81. RGB value is (125,251,129). Sum of RGB (Red+Green+Blue) = 125+251+129=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFB81 is #82047E. Grayscale: #C7C7C7. Windows color (decimal): -8520831 or 8518525. OLE color: 8518525.
HSL color Cylindrical-coordinate representation of color #7DFB81: hue angle of 121.9º 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 #7DFB81 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 251 | 129 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.02 |
| HSL | 121.9º | 0.94% | 0.74% | - |
| HSV(B) | 121.9º | 0.5% | 0.98% | - |
| XYZ | 46.92 | 74.94 | 32.76 | - |
| YUV | 199.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 251 | 129 | 0.50 | 0 | 0.49 | 0.02 | 121.9 | 0.94 | 0.74 |
| Hex | 7D | FB | 81 | 32 | 0 | 31 | 2 | 7A | 5E | 4A |
| Octal | 175 | 373 | 201 | 62 | 0 | 61 | 2 | 172 | 136 | 112 |
| Binary | 1111101 | 11111011 | 10000001 | 110010 | 0 | 110001 | 10 | 1111010 | 1011110 | 1001010 |
Color Harmonies of #7DFB81
Complementary color
Monochromatic Colors of #7DFB81
Black with #7DFB81
Text Example
Text Example
White with #7DFB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFB81; }
p { color: rgb(125,251,129); }
H1.HeaderClassName
{
color: #7DFB81;
}
.AnyTagClassName
{
color: #7DFB81;
}
</style>
background-color css
<style>
a { background-color: #7DFB81; }
a { background-color: rgb(125,251,129); }
div.DivClassName
{
background-color: #7DFB81;
}
.BgClassName
{
background-color: #7DFB81;
}
</style>
border-color css
<style>
span { border-color: #7DFB81; }
span { border-color: rgb(125,251,129); }
td.TdClassName
{
border-color: #7DFB81;
}
.TagClassName
{
border-color: #7DFB81;
}
</style>