Shades of Light Green #7DF997
Tints of Light Green #7DF997
RGB
CMYK
RGB Variations
Color information
#7DF997 (or 0x7DF997) is known color: Light Green. HEX triplet: 7D, F9 and 97. RGB value is (125,249,151). Sum of RGB (Red+Green+Blue) = 125+249+151=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF997 is #820668. Grayscale: #C9C9C9. Windows color (decimal): -8521321 or 9959805. OLE color: 9959805.
HSL color Cylindrical-coordinate representation of color #7DF997: hue angle of 132.58º 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 #7DF997 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 151 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.02 |
| HSL | 132.58º | 0.91% | 0.73% | - |
| HSV(B) | 132.58º | 0.5% | 0.98% | - |
| XYZ | 47.92 | 74.35 | 41.1 | - |
| YUV | 200.75 | 99.92 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 151 | 0.50 | 0 | 0.39 | 0.02 | 132.58 | 0.91 | 0.73 |
| Hex | 7D | F9 | 97 | 32 | 0 | 27 | 2 | 85 | 5B | 49 |
| Octal | 175 | 371 | 227 | 62 | 0 | 47 | 2 | 205 | 133 | 111 |
| Binary | 1111101 | 11111001 | 10010111 | 110010 | 0 | 100111 | 10 | 10000101 | 1011011 | 1001001 |
Color Harmonies of #7DF997
Complementary color
Monochromatic Colors of #7DF997
Black with #7DF997
Text Example
Text Example
White with #7DF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF997; }
p { color: rgb(125,249,151); }
H1.HeaderClassName
{
color: #7DF997;
}
.AnyTagClassName
{
color: #7DF997;
}
</style>
background-color css
<style>
a { background-color: #7DF997; }
a { background-color: rgb(125,249,151); }
div.DivClassName
{
background-color: #7DF997;
}
.BgClassName
{
background-color: #7DF997;
}
</style>
border-color css
<style>
span { border-color: #7DF997; }
span { border-color: rgb(125,249,151); }
td.TdClassName
{
border-color: #7DF997;
}
.TagClassName
{
border-color: #7DF997;
}
</style>