Shades of Light Green #7DF098
Tints of Light Green #7DF098
RGB
CMYK
RGB Variations
Color information
#7DF098 (or 0x7DF098) is known color: Light Green. HEX triplet: 7D, F0 and 98. RGB value is (125,240,152). Sum of RGB (Red+Green+Blue) = 125+240+152=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF098 is #820F67. Grayscale: #C3C3C3. Windows color (decimal): -8523624 or 10023037. OLE color: 10023037.
HSL color Cylindrical-coordinate representation of color #7DF098: hue angle of 134.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF098 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 152 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.06 |
| HSL | 134.09º | 0.79% | 0.72% | - |
| HSV(B) | 134.09º | 0.48% | 0.94% | - |
| XYZ | 45.29 | 68.95 | 40.63 | - |
| YUV | 195.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 152 | 0.48 | 0 | 0.37 | 0.06 | 134.09 | 0.79 | 0.72 |
| Hex | 7D | F0 | 98 | 30 | 0 | 25 | 6 | 86 | 4F | 48 |
| Octal | 175 | 360 | 230 | 60 | 0 | 45 | 6 | 206 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10011000 | 110000 | 0 | 100101 | 110 | 10000110 | 1001111 | 1001000 |
Color Harmonies of #7DF098
Complementary color
Monochromatic Colors of #7DF098
Black with #7DF098
Text Example
Text Example
White with #7DF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF098; }
p { color: rgb(125,240,152); }
H1.HeaderClassName
{
color: #7DF098;
}
.AnyTagClassName
{
color: #7DF098;
}
</style>
background-color css
<style>
a { background-color: #7DF098; }
a { background-color: rgb(125,240,152); }
div.DivClassName
{
background-color: #7DF098;
}
.BgClassName
{
background-color: #7DF098;
}
</style>
border-color css
<style>
span { border-color: #7DF098; }
span { border-color: rgb(125,240,152); }
td.TdClassName
{
border-color: #7DF098;
}
.TagClassName
{
border-color: #7DF098;
}
</style>