Shades of Light Green #7DF696
Tints of Light Green #7DF696
RGB
CMYK
RGB Variations
Color information
#7DF696 (or 0x7DF696) is known color: Light Green. HEX triplet: 7D, F6 and 96. RGB value is (125,246,150). Sum of RGB (Red+Green+Blue) = 125+246+150=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF696 is #820969. Grayscale: #C7C7C7. Windows color (decimal): -8522090 or 9893501. OLE color: 9893501.
HSL color Cylindrical-coordinate representation of color #7DF696: hue angle of 132.4º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF696 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 150 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.04 |
| HSL | 132.4º | 0.87% | 0.73% | - |
| HSV(B) | 132.4º | 0.49% | 0.96% | - |
| XYZ | 46.92 | 72.47 | 40.37 | - |
| YUV | 198.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 150 | 0.49 | 0 | 0.39 | 0.04 | 132.4 | 0.87 | 0.73 |
| Hex | 7D | F6 | 96 | 31 | 0 | 27 | 4 | 84 | 57 | 49 |
| Octal | 175 | 366 | 226 | 61 | 0 | 47 | 4 | 204 | 127 | 111 |
| Binary | 1111101 | 11110110 | 10010110 | 110001 | 0 | 100111 | 100 | 10000100 | 1010111 | 1001001 |
Color Harmonies of #7DF696
Complementary color
Monochromatic Colors of #7DF696
Black with #7DF696
Text Example
Text Example
White with #7DF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF696; }
p { color: rgb(125,246,150); }
H1.HeaderClassName
{
color: #7DF696;
}
.AnyTagClassName
{
color: #7DF696;
}
</style>
background-color css
<style>
a { background-color: #7DF696; }
a { background-color: rgb(125,246,150); }
div.DivClassName
{
background-color: #7DF696;
}
.BgClassName
{
background-color: #7DF696;
}
</style>
border-color css
<style>
span { border-color: #7DF696; }
span { border-color: rgb(125,246,150); }
td.TdClassName
{
border-color: #7DF696;
}
.TagClassName
{
border-color: #7DF696;
}
</style>