Shades of Light Green #7DF293
Tints of Light Green #7DF293
RGB
CMYK
RGB Variations
Color information
#7DF293 (or 0x7DF293) is known color: Light Green. HEX triplet: 7D, F2 and 93. RGB value is (125,242,147). Sum of RGB (Red+Green+Blue) = 125+242+147=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF293 is #820D6C. Grayscale: #C4C4C4. Windows color (decimal): -8523117 or 9695869. OLE color: 9695869.
HSL color Cylindrical-coordinate representation of color #7DF293: hue angle of 131.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF293 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 147 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.05 |
| HSL | 131.28º | 0.82% | 0.72% | - |
| HSV(B) | 131.28º | 0.48% | 0.95% | - |
| XYZ | 45.48 | 69.97 | 38.71 | - |
| YUV | 196.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 147 | 0.48 | 0 | 0.39 | 0.05 | 131.28 | 0.82 | 0.72 |
| Hex | 7D | F2 | 93 | 30 | 0 | 27 | 5 | 83 | 52 | 48 |
| Octal | 175 | 362 | 223 | 60 | 0 | 47 | 5 | 203 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10010011 | 110000 | 0 | 100111 | 101 | 10000011 | 1010010 | 1001000 |
Color Harmonies of #7DF293
Complementary color
Monochromatic Colors of #7DF293
Black with #7DF293
Text Example
Text Example
White with #7DF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF293; }
p { color: rgb(125,242,147); }
H1.HeaderClassName
{
color: #7DF293;
}
.AnyTagClassName
{
color: #7DF293;
}
</style>
background-color css
<style>
a { background-color: #7DF293; }
a { background-color: rgb(125,242,147); }
div.DivClassName
{
background-color: #7DF293;
}
.BgClassName
{
background-color: #7DF293;
}
</style>
border-color css
<style>
span { border-color: #7DF293; }
span { border-color: rgb(125,242,147); }
td.TdClassName
{
border-color: #7DF293;
}
.TagClassName
{
border-color: #7DF293;
}
</style>