Shades of Light Green #7DE88B
Tints of Light Green #7DE88B
RGB
CMYK
RGB Variations
Color information
#7DE88B (or 0x7DE88B) is known color: Light Green. HEX triplet: 7D, E8 and 8B. RGB value is (125,232,139). Sum of RGB (Red+Green+Blue) = 125+232+139=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE88B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE88B is #821774. Grayscale: #BDBDBD. Windows color (decimal): -8525685 or 9169021. OLE color: 9169021.
HSL color Cylindrical-coordinate representation of color #7DE88B: hue angle of 127.85º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE88B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 232 | 139 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.09 |
| HSL | 127.85º | 0.7% | 0.7% | - |
| HSV(B) | 127.85º | 0.46% | 0.91% | - |
| XYZ | 41.97 | 63.94 | 34.55 | - |
| YUV | 189.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 232 | 139 | 0.46 | 0 | 0.40 | 0.09 | 127.85 | 0.7 | 0.7 |
| Hex | 7D | E8 | 8B | 2E | 0 | 28 | 9 | 80 | 46 | 46 |
| Octal | 175 | 350 | 213 | 56 | 0 | 50 | 11 | 200 | 106 | 106 |
| Binary | 1111101 | 11101000 | 10001011 | 101110 | 0 | 101000 | 1001 | 10000000 | 1000110 | 1000110 |
Color Harmonies of #7DE88B
Complementary color
Monochromatic Colors of #7DE88B
Black with #7DE88B
Text Example
Text Example
White with #7DE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE88B; }
p { color: rgb(125,232,139); }
H1.HeaderClassName
{
color: #7DE88B;
}
.AnyTagClassName
{
color: #7DE88B;
}
</style>
background-color css
<style>
a { background-color: #7DE88B; }
a { background-color: rgb(125,232,139); }
div.DivClassName
{
background-color: #7DE88B;
}
.BgClassName
{
background-color: #7DE88B;
}
</style>
border-color css
<style>
span { border-color: #7DE88B; }
span { border-color: rgb(125,232,139); }
td.TdClassName
{
border-color: #7DE88B;
}
.TagClassName
{
border-color: #7DE88B;
}
</style>