Shades of Light Green #7DE796
Tints of Light Green #7DE796
RGB
CMYK
RGB Variations
Color information
#7DE796 (or 0x7DE796) is known color: Light Green. HEX triplet: 7D, E7 and 96. RGB value is (125,231,150). Sum of RGB (Red+Green+Blue) = 125+231+150=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE796 is #821869. Grayscale: #BEBEBE. Windows color (decimal): -8525930 or 9889661. OLE color: 9889661.
HSL color Cylindrical-coordinate representation of color #7DE796: hue angle of 134.15º degrees, saturation: 0.69, 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 #7DE796 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 231 | 150 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.09 |
| HSL | 134.15º | 0.69% | 0.7% | - |
| HSV(B) | 134.15º | 0.46% | 0.91% | - |
| XYZ | 42.54 | 63.71 | 38.91 | - |
| YUV | 190.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 150 | 0.46 | 0 | 0.35 | 0.09 | 134.15 | 0.69 | 0.7 |
| Hex | 7D | E7 | 96 | 2E | 0 | 23 | 9 | 86 | 45 | 46 |
| Octal | 175 | 347 | 226 | 56 | 0 | 43 | 11 | 206 | 105 | 106 |
| Binary | 1111101 | 11100111 | 10010110 | 101110 | 0 | 100011 | 1001 | 10000110 | 1000101 | 1000110 |
Color Harmonies of #7DE796
Complementary color
Monochromatic Colors of #7DE796
Black with #7DE796
Text Example
Text Example
White with #7DE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE796; }
p { color: rgb(125,231,150); }
H1.HeaderClassName
{
color: #7DE796;
}
.AnyTagClassName
{
color: #7DE796;
}
</style>
background-color css
<style>
a { background-color: #7DE796; }
a { background-color: rgb(125,231,150); }
div.DivClassName
{
background-color: #7DE796;
}
.BgClassName
{
background-color: #7DE796;
}
</style>
border-color css
<style>
span { border-color: #7DE796; }
span { border-color: rgb(125,231,150); }
td.TdClassName
{
border-color: #7DE796;
}
.TagClassName
{
border-color: #7DE796;
}
</style>