Shades of Light Green #7DF895
Tints of Light Green #7DF895
RGB
CMYK
RGB Variations
Color information
#7DF895 (or 0x7DF895) is known color: Light Green. HEX triplet: 7D, F8 and 95. RGB value is (125,248,149). Sum of RGB (Red+Green+Blue) = 125+248+149=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF895 is #82076A. Grayscale: #C8C8C8. Windows color (decimal): -8521579 or 9828477. OLE color: 9828477.
HSL color Cylindrical-coordinate representation of color #7DF895: hue angle of 131.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF895 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 149 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.03 |
| HSL | 131.71º | 0.9% | 0.73% | - |
| HSV(B) | 131.71º | 0.5% | 0.97% | - |
| XYZ | 47.45 | 73.66 | 40.15 | - |
| YUV | 199.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 149 | 0.50 | 0 | 0.40 | 0.03 | 131.71 | 0.9 | 0.73 |
| Hex | 7D | F8 | 95 | 32 | 0 | 28 | 3 | 84 | 5A | 49 |
| Octal | 175 | 370 | 225 | 62 | 0 | 50 | 3 | 204 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10010101 | 110010 | 0 | 101000 | 11 | 10000100 | 1011010 | 1001001 |
Color Harmonies of #7DF895
Complementary color
Monochromatic Colors of #7DF895
Black with #7DF895
Text Example
Text Example
White with #7DF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF895; }
p { color: rgb(125,248,149); }
H1.HeaderClassName
{
color: #7DF895;
}
.AnyTagClassName
{
color: #7DF895;
}
</style>
background-color css
<style>
a { background-color: #7DF895; }
a { background-color: rgb(125,248,149); }
div.DivClassName
{
background-color: #7DF895;
}
.BgClassName
{
background-color: #7DF895;
}
</style>
border-color css
<style>
span { border-color: #7DF895; }
span { border-color: rgb(125,248,149); }
td.TdClassName
{
border-color: #7DF895;
}
.TagClassName
{
border-color: #7DF895;
}
</style>