Shades of Light Green #7DF77F
Tints of Light Green #7DF77F
RGB
CMYK
RGB Variations
Color information
#7DF77F (or 0x7DF77F) is known color: Light Green. HEX triplet: 7D, F7 and 7F. RGB value is (125,247,127). Sum of RGB (Red+Green+Blue) = 125+247+127=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF77F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF77F is #820880. Grayscale: #C5C5C5. Windows color (decimal): -8521857 or 8386429. OLE color: 8386429.
HSL color Cylindrical-coordinate representation of color #7DF77F: hue angle of 120.98º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF77F is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 127 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.03 |
| HSL | 120.98º | 0.88% | 0.73% | - |
| HSV(B) | 120.98º | 0.49% | 0.97% | - |
| XYZ | 45.55 | 72.41 | 31.66 | - |
| YUV | 196.84 | 88.58 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 127 | 0.49 | 0 | 0.49 | 0.03 | 120.98 | 0.88 | 0.73 |
| Hex | 7D | F7 | 7F | 31 | 0 | 31 | 3 | 79 | 58 | 49 |
| Octal | 175 | 367 | 177 | 61 | 0 | 61 | 3 | 171 | 130 | 111 |
| Binary | 1111101 | 11110111 | 1111111 | 110001 | 0 | 110001 | 11 | 1111001 | 1011000 | 1001001 |
Color Harmonies of #7DF77F
Complementary color
Monochromatic Colors of #7DF77F
Black with #7DF77F
Text Example
Text Example
White with #7DF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF77F; }
p { color: rgb(125,247,127); }
H1.HeaderClassName
{
color: #7DF77F;
}
.AnyTagClassName
{
color: #7DF77F;
}
</style>
background-color css
<style>
a { background-color: #7DF77F; }
a { background-color: rgb(125,247,127); }
div.DivClassName
{
background-color: #7DF77F;
}
.BgClassName
{
background-color: #7DF77F;
}
</style>
border-color css
<style>
span { border-color: #7DF77F; }
span { border-color: rgb(125,247,127); }
td.TdClassName
{
border-color: #7DF77F;
}
.TagClassName
{
border-color: #7DF77F;
}
</style>