Shades of Light Green #7DF38D
Tints of Light Green #7DF38D
RGB
CMYK
RGB Variations
Color information
#7DF38D (or 0x7DF38D) is known color: Light Green. HEX triplet: 7D, F3 and 8D. RGB value is (125,243,141). Sum of RGB (Red+Green+Blue) = 125+243+141=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF38D is #820C72. Grayscale: #C4C4C4. Windows color (decimal): -8522867 or 9302909. OLE color: 9302909.
HSL color Cylindrical-coordinate representation of color #7DF38D: hue angle of 128.14º 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 #7DF38D is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 141 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.05 |
| HSL | 128.14º | 0.83% | 0.72% | - |
| HSV(B) | 128.14º | 0.49% | 0.95% | - |
| XYZ | 45.32 | 70.38 | 36.4 | - |
| YUV | 196.09 | 96.91 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 141 | 0.49 | 0 | 0.42 | 0.05 | 128.14 | 0.83 | 0.72 |
| Hex | 7D | F3 | 8D | 31 | 0 | 2A | 5 | 80 | 53 | 48 |
| Octal | 175 | 363 | 215 | 61 | 0 | 52 | 5 | 200 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10001101 | 110001 | 0 | 101010 | 101 | 10000000 | 1010011 | 1001000 |
Color Harmonies of #7DF38D
Complementary color
Monochromatic Colors of #7DF38D
Black with #7DF38D
Text Example
Text Example
White with #7DF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF38D; }
p { color: rgb(125,243,141); }
H1.HeaderClassName
{
color: #7DF38D;
}
.AnyTagClassName
{
color: #7DF38D;
}
</style>
background-color css
<style>
a { background-color: #7DF38D; }
a { background-color: rgb(125,243,141); }
div.DivClassName
{
background-color: #7DF38D;
}
.BgClassName
{
background-color: #7DF38D;
}
</style>
border-color css
<style>
span { border-color: #7DF38D; }
span { border-color: rgb(125,243,141); }
td.TdClassName
{
border-color: #7DF38D;
}
.TagClassName
{
border-color: #7DF38D;
}
</style>