Shades of Light Green #7DF28E
Tints of Light Green #7DF28E
RGB
CMYK
RGB Variations
Color information
#7DF28E (or 0x7DF28E) is known color: Light Green. HEX triplet: 7D, F2 and 8E. RGB value is (125,242,142). Sum of RGB (Red+Green+Blue) = 125+242+142=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF28E is #820D71. Grayscale: #C3C3C3. Windows color (decimal): -8523122 or 9368189. OLE color: 9368189.
HSL color Cylindrical-coordinate representation of color #7DF28E: hue angle of 128.72º 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 #7DF28E is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 142 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.05 |
| HSL | 128.72º | 0.82% | 0.72% | - |
| HSV(B) | 128.72º | 0.48% | 0.95% | - |
| XYZ | 45.09 | 69.82 | 36.69 | - |
| YUV | 195.62 | 97.74 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 142 | 0.48 | 0 | 0.41 | 0.05 | 128.72 | 0.82 | 0.72 |
| Hex | 7D | F2 | 8E | 30 | 0 | 29 | 5 | 81 | 52 | 48 |
| Octal | 175 | 362 | 216 | 60 | 0 | 51 | 5 | 201 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10001110 | 110000 | 0 | 101001 | 101 | 10000001 | 1010010 | 1001000 |
Color Harmonies of #7DF28E
Complementary color
Monochromatic Colors of #7DF28E
Black with #7DF28E
Text Example
Text Example
White with #7DF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF28E; }
p { color: rgb(125,242,142); }
H1.HeaderClassName
{
color: #7DF28E;
}
.AnyTagClassName
{
color: #7DF28E;
}
</style>
background-color css
<style>
a { background-color: #7DF28E; }
a { background-color: rgb(125,242,142); }
div.DivClassName
{
background-color: #7DF28E;
}
.BgClassName
{
background-color: #7DF28E;
}
</style>
border-color css
<style>
span { border-color: #7DF28E; }
span { border-color: rgb(125,242,142); }
td.TdClassName
{
border-color: #7DF28E;
}
.TagClassName
{
border-color: #7DF28E;
}
</style>