Shades of Light Green #7DF896
Tints of Light Green #7DF896
RGB
CMYK
RGB Variations
Color information
#7DF896 (or 0x7DF896) is known color: Light Green. HEX triplet: 7D, F8 and 96. RGB value is (125,248,150). Sum of RGB (Red+Green+Blue) = 125+248+150=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF896 is #820769. Grayscale: #C8C8C8. Windows color (decimal): -8521578 or 9894013. OLE color: 9894013.
HSL color Cylindrical-coordinate representation of color #7DF896: hue angle of 132.2º 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 #7DF896 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 150 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.03 |
| HSL | 132.2º | 0.9% | 0.73% | - |
| HSV(B) | 132.2º | 0.5% | 0.97% | - |
| XYZ | 47.53 | 73.7 | 40.57 | - |
| YUV | 200.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 150 | 0.50 | 0 | 0.40 | 0.03 | 132.2 | 0.9 | 0.73 |
| Hex | 7D | F8 | 96 | 32 | 0 | 28 | 3 | 84 | 5A | 49 |
| Octal | 175 | 370 | 226 | 62 | 0 | 50 | 3 | 204 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10010110 | 110010 | 0 | 101000 | 11 | 10000100 | 1011010 | 1001001 |
Color Harmonies of #7DF896
Complementary color
Monochromatic Colors of #7DF896
Black with #7DF896
Text Example
Text Example
White with #7DF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF896; }
p { color: rgb(125,248,150); }
H1.HeaderClassName
{
color: #7DF896;
}
.AnyTagClassName
{
color: #7DF896;
}
</style>
background-color css
<style>
a { background-color: #7DF896; }
a { background-color: rgb(125,248,150); }
div.DivClassName
{
background-color: #7DF896;
}
.BgClassName
{
background-color: #7DF896;
}
</style>
border-color css
<style>
span { border-color: #7DF896; }
span { border-color: rgb(125,248,150); }
td.TdClassName
{
border-color: #7DF896;
}
.TagClassName
{
border-color: #7DF896;
}
</style>