Shades of Light Green #7DDF98
Tints of Light Green #7DDF98
RGB
CMYK
RGB Variations
Color information
#7DDF98 (or 0x7DDF98) is known color: Light Green. HEX triplet: 7D, DF and 98. RGB value is (125,223,152). Sum of RGB (Red+Green+Blue) = 125+223+152=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF98 is #822067. Grayscale: #B9B9B9. Windows color (decimal): -8527976 or 10018685. OLE color: 10018685.
HSL color Cylindrical-coordinate representation of color #7DDF98: hue angle of 136.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF98 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 152 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.13 |
| HSL | 136.53º | 0.6% | 0.68% | - |
| HSV(B) | 136.53º | 0.44% | 0.87% | - |
| XYZ | 40.51 | 59.4 | 39.04 | - |
| YUV | 185.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 152 | 0.44 | 0 | 0.32 | 0.13 | 136.53 | 0.6 | 0.68 |
| Hex | 7D | DF | 98 | 2C | 0 | 20 | D | 89 | 3C | 44 |
| Octal | 175 | 337 | 230 | 54 | 0 | 40 | 15 | 211 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10011000 | 101100 | 0 | 100000 | 1101 | 10001001 | 111100 | 1000100 |
Color Harmonies of #7DDF98
Complementary color
Monochromatic Colors of #7DDF98
Black with #7DDF98
Text Example
Text Example
White with #7DDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF98; }
p { color: rgb(125,223,152); }
H1.HeaderClassName
{
color: #7DDF98;
}
.AnyTagClassName
{
color: #7DDF98;
}
</style>
background-color css
<style>
a { background-color: #7DDF98; }
a { background-color: rgb(125,223,152); }
div.DivClassName
{
background-color: #7DDF98;
}
.BgClassName
{
background-color: #7DDF98;
}
</style>
border-color css
<style>
span { border-color: #7DDF98; }
span { border-color: rgb(125,223,152); }
td.TdClassName
{
border-color: #7DDF98;
}
.TagClassName
{
border-color: #7DDF98;
}
</style>