Shades of Light Green #7DF18D
Tints of Light Green #7DF18D
RGB
CMYK
RGB Variations
Color information
#7DF18D (or 0x7DF18D) is known color: Light Green. HEX triplet: 7D, F1 and 8D. RGB value is (125,241,141). Sum of RGB (Red+Green+Blue) = 125+241+141=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF18D is #820E72. Grayscale: #C3C3C3. Windows color (decimal): -8523379 or 9302397. OLE color: 9302397.
HSL color Cylindrical-coordinate representation of color #7DF18D: hue angle of 128.28º degrees, saturation: 0.81, 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 #7DF18D is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 141 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.05 |
| HSL | 128.28º | 0.81% | 0.72% | - |
| HSV(B) | 128.28º | 0.48% | 0.95% | - |
| XYZ | 44.72 | 69.19 | 36.2 | - |
| YUV | 194.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 141 | 0.48 | 0 | 0.41 | 0.05 | 128.28 | 0.81 | 0.72 |
| Hex | 7D | F1 | 8D | 30 | 0 | 29 | 5 | 80 | 51 | 48 |
| Octal | 175 | 361 | 215 | 60 | 0 | 51 | 5 | 200 | 121 | 110 |
| Binary | 1111101 | 11110001 | 10001101 | 110000 | 0 | 101001 | 101 | 10000000 | 1010001 | 1001000 |
Color Harmonies of #7DF18D
Complementary color
Monochromatic Colors of #7DF18D
Black with #7DF18D
Text Example
Text Example
White with #7DF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF18D; }
p { color: rgb(125,241,141); }
H1.HeaderClassName
{
color: #7DF18D;
}
.AnyTagClassName
{
color: #7DF18D;
}
</style>
background-color css
<style>
a { background-color: #7DF18D; }
a { background-color: rgb(125,241,141); }
div.DivClassName
{
background-color: #7DF18D;
}
.BgClassName
{
background-color: #7DF18D;
}
</style>
border-color css
<style>
span { border-color: #7DF18D; }
span { border-color: rgb(125,241,141); }
td.TdClassName
{
border-color: #7DF18D;
}
.TagClassName
{
border-color: #7DF18D;
}
</style>