Shades of Light Green #7DF98E
Tints of Light Green #7DF98E
RGB
CMYK
RGB Variations
Color information
#7DF98E (or 0x7DF98E) is known color: Light Green. HEX triplet: 7D, F9 and 8E. RGB value is (125,249,142). Sum of RGB (Red+Green+Blue) = 125+249+142=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF98E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF98E is #820671. Grayscale: #C8C8C8. Windows color (decimal): -8521330 or 9369981. OLE color: 9369981.
HSL color Cylindrical-coordinate representation of color #7DF98E: hue angle of 128.23º 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 #7DF98E is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 142 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.02 |
| HSL | 128.23º | 0.91% | 0.73% | - |
| HSV(B) | 128.23º | 0.5% | 0.98% | - |
| XYZ | 47.22 | 74.06 | 37.4 | - |
| YUV | 199.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 142 | 0.50 | 0 | 0.43 | 0.02 | 128.23 | 0.91 | 0.73 |
| Hex | 7D | F9 | 8E | 32 | 0 | 2B | 2 | 80 | 5B | 49 |
| Octal | 175 | 371 | 216 | 62 | 0 | 53 | 2 | 200 | 133 | 111 |
| Binary | 1111101 | 11111001 | 10001110 | 110010 | 0 | 101011 | 10 | 10000000 | 1011011 | 1001001 |
Color Harmonies of #7DF98E
Complementary color
Monochromatic Colors of #7DF98E
Black with #7DF98E
Text Example
Text Example
White with #7DF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF98E; }
p { color: rgb(125,249,142); }
H1.HeaderClassName
{
color: #7DF98E;
}
.AnyTagClassName
{
color: #7DF98E;
}
</style>
background-color css
<style>
a { background-color: #7DF98E; }
a { background-color: rgb(125,249,142); }
div.DivClassName
{
background-color: #7DF98E;
}
.BgClassName
{
background-color: #7DF98E;
}
</style>
border-color css
<style>
span { border-color: #7DF98E; }
span { border-color: rgb(125,249,142); }
td.TdClassName
{
border-color: #7DF98E;
}
.TagClassName
{
border-color: #7DF98E;
}
</style>