Shades of Light Green #7DF28D
Tints of Light Green #7DF28D
RGB
CMYK
RGB Variations
Color information
#7DF28D (or 0x7DF28D) is known color: Light Green. HEX triplet: 7D, F2 and 8D. RGB value is (125,242,141). Sum of RGB (Red+Green+Blue) = 125+242+141=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF28D is #820D72. Grayscale: #C3C3C3. Windows color (decimal): -8523123 or 9302653. OLE color: 9302653.
HSL color Cylindrical-coordinate representation of color #7DF28D: hue angle of 128.21º 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 #7DF28D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 141 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.05 |
| HSL | 128.21º | 0.82% | 0.72% | - |
| HSV(B) | 128.21º | 0.48% | 0.95% | - |
| XYZ | 45.02 | 69.79 | 36.3 | - |
| YUV | 195.5 | 97.24 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 141 | 0.48 | 0 | 0.42 | 0.05 | 128.21 | 0.82 | 0.72 |
| Hex | 7D | F2 | 8D | 30 | 0 | 2A | 5 | 80 | 52 | 48 |
| Octal | 175 | 362 | 215 | 60 | 0 | 52 | 5 | 200 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10001101 | 110000 | 0 | 101010 | 101 | 10000000 | 1010010 | 1001000 |
Color Harmonies of #7DF28D
Complementary color
Monochromatic Colors of #7DF28D
Black with #7DF28D
Text Example
Text Example
White with #7DF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF28D; }
p { color: rgb(125,242,141); }
H1.HeaderClassName
{
color: #7DF28D;
}
.AnyTagClassName
{
color: #7DF28D;
}
</style>
background-color css
<style>
a { background-color: #7DF28D; }
a { background-color: rgb(125,242,141); }
div.DivClassName
{
background-color: #7DF28D;
}
.BgClassName
{
background-color: #7DF28D;
}
</style>
border-color css
<style>
span { border-color: #7DF28D; }
span { border-color: rgb(125,242,141); }
td.TdClassName
{
border-color: #7DF28D;
}
.TagClassName
{
border-color: #7DF28D;
}
</style>