Shades of Light Green #7DF283
Tints of Light Green #7DF283
RGB
CMYK
RGB Variations
Color information
#7DF283 (or 0x7DF283) is known color: Light Green. HEX triplet: 7D, F2 and 83. RGB value is (125,242,131). Sum of RGB (Red+Green+Blue) = 125+242+131=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF283 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF283 is #820D7C. Grayscale: #C2C2C2. Windows color (decimal): -8523133 or 8647293. OLE color: 8647293.
HSL color Cylindrical-coordinate representation of color #7DF283: hue angle of 123.08º 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 #7DF283 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 131 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.05 |
| HSL | 123.08º | 0.82% | 0.72% | - |
| HSV(B) | 123.08º | 0.48% | 0.95% | - |
| XYZ | 44.31 | 69.5 | 32.55 | - |
| YUV | 194.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 131 | 0.48 | 0 | 0.46 | 0.05 | 123.08 | 0.82 | 0.72 |
| Hex | 7D | F2 | 83 | 30 | 0 | 2E | 5 | 7B | 52 | 48 |
| Octal | 175 | 362 | 203 | 60 | 0 | 56 | 5 | 173 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10000011 | 110000 | 0 | 101110 | 101 | 1111011 | 1010010 | 1001000 |
Color Harmonies of #7DF283
Complementary color
Monochromatic Colors of #7DF283
Black with #7DF283
Text Example
Text Example
White with #7DF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF283; }
p { color: rgb(125,242,131); }
H1.HeaderClassName
{
color: #7DF283;
}
.AnyTagClassName
{
color: #7DF283;
}
</style>
background-color css
<style>
a { background-color: #7DF283; }
a { background-color: rgb(125,242,131); }
div.DivClassName
{
background-color: #7DF283;
}
.BgClassName
{
background-color: #7DF283;
}
</style>
border-color css
<style>
span { border-color: #7DF283; }
span { border-color: rgb(125,242,131); }
td.TdClassName
{
border-color: #7DF283;
}
.TagClassName
{
border-color: #7DF283;
}
</style>