Shades of Light Green #7DF391
Tints of Light Green #7DF391
RGB
CMYK
RGB Variations
Color information
#7DF391 (or 0x7DF391) is known color: Light Green. HEX triplet: 7D, F3 and 91. RGB value is (125,243,145). Sum of RGB (Red+Green+Blue) = 125+243+145=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF391 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF391 is #820C6E. Grayscale: #C4C4C4. Windows color (decimal): -8522863 or 9565053. OLE color: 9565053.
HSL color Cylindrical-coordinate representation of color #7DF391: hue angle of 130.17º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF391 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 145 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.05 |
| HSL | 130.17º | 0.83% | 0.72% | - |
| HSV(B) | 130.17º | 0.49% | 0.95% | - |
| XYZ | 45.62 | 70.51 | 37.99 | - |
| YUV | 196.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 145 | 0.49 | 0 | 0.40 | 0.05 | 130.17 | 0.83 | 0.72 |
| Hex | 7D | F3 | 91 | 31 | 0 | 28 | 5 | 82 | 53 | 48 |
| Octal | 175 | 363 | 221 | 61 | 0 | 50 | 5 | 202 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10010001 | 110001 | 0 | 101000 | 101 | 10000010 | 1010011 | 1001000 |
Color Harmonies of #7DF391
Complementary color
Monochromatic Colors of #7DF391
Black with #7DF391
Text Example
Text Example
White with #7DF391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF391; }
p { color: rgb(125,243,145); }
H1.HeaderClassName
{
color: #7DF391;
}
.AnyTagClassName
{
color: #7DF391;
}
</style>
background-color css
<style>
a { background-color: #7DF391; }
a { background-color: rgb(125,243,145); }
div.DivClassName
{
background-color: #7DF391;
}
.BgClassName
{
background-color: #7DF391;
}
</style>
border-color css
<style>
span { border-color: #7DF391; }
span { border-color: rgb(125,243,145); }
td.TdClassName
{
border-color: #7DF391;
}
.TagClassName
{
border-color: #7DF391;
}
</style>