Shades of Light Green #7DF983
Tints of Light Green #7DF983
RGB
CMYK
RGB Variations
Color information
#7DF983 (or 0x7DF983) is known color: Light Green. HEX triplet: 7D, F9 and 83. RGB value is (125,249,131). Sum of RGB (Red+Green+Blue) = 125+249+131=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF983 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF983 is #82067C. Grayscale: #C6C6C6. Windows color (decimal): -8521341 or 8649085. OLE color: 8649085.
HSL color Cylindrical-coordinate representation of color #7DF983: hue angle of 122.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF983 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 131 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.02 |
| HSL | 122.9º | 0.91% | 0.73% | - |
| HSV(B) | 122.9º | 0.5% | 0.98% | - |
| XYZ | 46.43 | 73.75 | 33.26 | - |
| YUV | 198.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 131 | 0.50 | 0 | 0.47 | 0.02 | 122.9 | 0.91 | 0.73 |
| Hex | 7D | F9 | 83 | 32 | 0 | 2F | 2 | 7B | 5B | 49 |
| Octal | 175 | 371 | 203 | 62 | 0 | 57 | 2 | 173 | 133 | 111 |
| Binary | 1111101 | 11111001 | 10000011 | 110010 | 0 | 101111 | 10 | 1111011 | 1011011 | 1001001 |
Color Harmonies of #7DF983
Complementary color
Monochromatic Colors of #7DF983
Black with #7DF983
Text Example
Text Example
White with #7DF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF983; }
p { color: rgb(125,249,131); }
H1.HeaderClassName
{
color: #7DF983;
}
.AnyTagClassName
{
color: #7DF983;
}
</style>
background-color css
<style>
a { background-color: #7DF983; }
a { background-color: rgb(125,249,131); }
div.DivClassName
{
background-color: #7DF983;
}
.BgClassName
{
background-color: #7DF983;
}
</style>
border-color css
<style>
span { border-color: #7DF983; }
span { border-color: rgb(125,249,131); }
td.TdClassName
{
border-color: #7DF983;
}
.TagClassName
{
border-color: #7DF983;
}
</style>