Shades of Light Green #7DF382
Tints of Light Green #7DF382
RGB
CMYK
RGB Variations
Color information
#7DF382 (or 0x7DF382) is known color: Light Green. HEX triplet: 7D, F3 and 82. RGB value is (125,243,130). Sum of RGB (Red+Green+Blue) = 125+243+130=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF382 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF382 is #820C7D. Grayscale: #C3C3C3. Windows color (decimal): -8522878 or 8582013. OLE color: 8582013.
HSL color Cylindrical-coordinate representation of color #7DF382: hue angle of 122.54º 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 #7DF382 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 130 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.05 |
| HSL | 122.54º | 0.83% | 0.72% | - |
| HSV(B) | 122.54º | 0.49% | 0.95% | - |
| XYZ | 44.54 | 70.07 | 32.3 | - |
| YUV | 194.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 130 | 0.49 | 0 | 0.47 | 0.05 | 122.54 | 0.83 | 0.72 |
| Hex | 7D | F3 | 82 | 31 | 0 | 2F | 5 | 7B | 53 | 48 |
| Octal | 175 | 363 | 202 | 61 | 0 | 57 | 5 | 173 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10000010 | 110001 | 0 | 101111 | 101 | 1111011 | 1010011 | 1001000 |
Color Harmonies of #7DF382
Complementary color
Monochromatic Colors of #7DF382
Black with #7DF382
Text Example
Text Example
White with #7DF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF382; }
p { color: rgb(125,243,130); }
H1.HeaderClassName
{
color: #7DF382;
}
.AnyTagClassName
{
color: #7DF382;
}
</style>
background-color css
<style>
a { background-color: #7DF382; }
a { background-color: rgb(125,243,130); }
div.DivClassName
{
background-color: #7DF382;
}
.BgClassName
{
background-color: #7DF382;
}
</style>
border-color css
<style>
span { border-color: #7DF382; }
span { border-color: rgb(125,243,130); }
td.TdClassName
{
border-color: #7DF382;
}
.TagClassName
{
border-color: #7DF382;
}
</style>