Shades of Light Green #7DF482
Tints of Light Green #7DF482
RGB
CMYK
RGB Variations
Color information
#7DF482 (or 0x7DF482) is known color: Light Green. HEX triplet: 7D, F4 and 82. RGB value is (125,244,130). Sum of RGB (Red+Green+Blue) = 125+244+130=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF482 is #820B7D. Grayscale: #C3C3C3. Windows color (decimal): -8522622 or 8582269. OLE color: 8582269.
HSL color Cylindrical-coordinate representation of color #7DF482: hue angle of 122.52º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF482 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 130 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.04 |
| HSL | 122.52º | 0.84% | 0.72% | - |
| HSV(B) | 122.52º | 0.49% | 0.96% | - |
| XYZ | 44.84 | 70.67 | 32.4 | - |
| YUV | 195.42 | 91.08 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 130 | 0.49 | 0 | 0.47 | 0.04 | 122.52 | 0.84 | 0.72 |
| Hex | 7D | F4 | 82 | 31 | 0 | 2F | 4 | 7B | 54 | 48 |
| Octal | 175 | 364 | 202 | 61 | 0 | 57 | 4 | 173 | 124 | 110 |
| Binary | 1111101 | 11110100 | 10000010 | 110001 | 0 | 101111 | 100 | 1111011 | 1010100 | 1001000 |
Color Harmonies of #7DF482
Complementary color
Monochromatic Colors of #7DF482
Black with #7DF482
Text Example
Text Example
White with #7DF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF482; }
p { color: rgb(125,244,130); }
H1.HeaderClassName
{
color: #7DF482;
}
.AnyTagClassName
{
color: #7DF482;
}
</style>
background-color css
<style>
a { background-color: #7DF482; }
a { background-color: rgb(125,244,130); }
div.DivClassName
{
background-color: #7DF482;
}
.BgClassName
{
background-color: #7DF482;
}
</style>
border-color css
<style>
span { border-color: #7DF482; }
span { border-color: rgb(125,244,130); }
td.TdClassName
{
border-color: #7DF482;
}
.TagClassName
{
border-color: #7DF482;
}
</style>