Shades of Light Green #7DF694
Tints of Light Green #7DF694
RGB
CMYK
RGB Variations
Color information
#7DF694 (or 0x7DF694) is known color: Light Green. HEX triplet: 7D, F6 and 94. RGB value is (125,246,148). Sum of RGB (Red+Green+Blue) = 125+246+148=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF694 is #82096B. Grayscale: #C6C6C6. Windows color (decimal): -8522092 or 9762429. OLE color: 9762429.
HSL color Cylindrical-coordinate representation of color #7DF694: hue angle of 131.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 #7DF694 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 148 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.04 |
| HSL | 131.41º | 0.87% | 0.73% | - |
| HSV(B) | 131.41º | 0.49% | 0.96% | - |
| XYZ | 46.76 | 72.41 | 39.53 | - |
| YUV | 198.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 148 | 0.49 | 0 | 0.40 | 0.04 | 131.41 | 0.87 | 0.73 |
| Hex | 7D | F6 | 94 | 31 | 0 | 28 | 4 | 83 | 57 | 49 |
| Octal | 175 | 366 | 224 | 61 | 0 | 50 | 4 | 203 | 127 | 111 |
| Binary | 1111101 | 11110110 | 10010100 | 110001 | 0 | 101000 | 100 | 10000011 | 1010111 | 1001001 |
Color Harmonies of #7DF694
Complementary color
Monochromatic Colors of #7DF694
Black with #7DF694
Text Example
Text Example
White with #7DF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF694; }
p { color: rgb(125,246,148); }
H1.HeaderClassName
{
color: #7DF694;
}
.AnyTagClassName
{
color: #7DF694;
}
</style>
background-color css
<style>
a { background-color: #7DF694; }
a { background-color: rgb(125,246,148); }
div.DivClassName
{
background-color: #7DF694;
}
.BgClassName
{
background-color: #7DF694;
}
</style>
border-color css
<style>
span { border-color: #7DF694; }
span { border-color: rgb(125,246,148); }
td.TdClassName
{
border-color: #7DF694;
}
.TagClassName
{
border-color: #7DF694;
}
</style>