Shades of Light Green #7DF08D
Tints of Light Green #7DF08D
RGB
CMYK
RGB Variations
Color information
#7DF08D (or 0x7DF08D) is known color: Light Green. HEX triplet: 7D, F0 and 8D. RGB value is (125,240,141). Sum of RGB (Red+Green+Blue) = 125+240+141=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF08D is #820F72. Grayscale: #C2C2C2. Windows color (decimal): -8523635 or 9302141. OLE color: 9302141.
HSL color Cylindrical-coordinate representation of color #7DF08D: hue angle of 128.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF08D is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 141 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.06 |
| HSL | 128.35º | 0.79% | 0.72% | - |
| HSV(B) | 128.35º | 0.48% | 0.94% | - |
| XYZ | 44.43 | 68.6 | 36.1 | - |
| YUV | 194.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 141 | 0.48 | 0 | 0.41 | 0.06 | 128.35 | 0.79 | 0.72 |
| Hex | 7D | F0 | 8D | 30 | 0 | 29 | 6 | 80 | 4F | 48 |
| Octal | 175 | 360 | 215 | 60 | 0 | 51 | 6 | 200 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10001101 | 110000 | 0 | 101001 | 110 | 10000000 | 1001111 | 1001000 |
Color Harmonies of #7DF08D
Complementary color
Monochromatic Colors of #7DF08D
Black with #7DF08D
Text Example
Text Example
White with #7DF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF08D; }
p { color: rgb(125,240,141); }
H1.HeaderClassName
{
color: #7DF08D;
}
.AnyTagClassName
{
color: #7DF08D;
}
</style>
background-color css
<style>
a { background-color: #7DF08D; }
a { background-color: rgb(125,240,141); }
div.DivClassName
{
background-color: #7DF08D;
}
.BgClassName
{
background-color: #7DF08D;
}
</style>
border-color css
<style>
span { border-color: #7DF08D; }
span { border-color: rgb(125,240,141); }
td.TdClassName
{
border-color: #7DF08D;
}
.TagClassName
{
border-color: #7DF08D;
}
</style>