Shades of Light Green #7DF08C
Tints of Light Green #7DF08C
RGB
CMYK
RGB Variations
Color information
#7DF08C (or 0x7DF08C) is known color: Light Green. HEX triplet: 7D, F0 and 8C. RGB value is (125,240,140). Sum of RGB (Red+Green+Blue) = 125+240+140=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF08C is #820F73. Grayscale: #C2C2C2. Windows color (decimal): -8523636 or 9236605. OLE color: 9236605.
HSL color Cylindrical-coordinate representation of color #7DF08C: hue angle of 127.83º 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 #7DF08C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 140 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.06 |
| HSL | 127.83º | 0.79% | 0.72% | - |
| HSV(B) | 127.83º | 0.48% | 0.94% | - |
| XYZ | 44.35 | 68.57 | 35.71 | - |
| YUV | 194.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 140 | 0.48 | 0 | 0.42 | 0.06 | 127.83 | 0.79 | 0.72 |
| Hex | 7D | F0 | 8C | 30 | 0 | 2A | 6 | 80 | 4F | 48 |
| Octal | 175 | 360 | 214 | 60 | 0 | 52 | 6 | 200 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10001100 | 110000 | 0 | 101010 | 110 | 10000000 | 1001111 | 1001000 |
Color Harmonies of #7DF08C
Complementary color
Monochromatic Colors of #7DF08C
Black with #7DF08C
Text Example
Text Example
White with #7DF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF08C; }
p { color: rgb(125,240,140); }
H1.HeaderClassName
{
color: #7DF08C;
}
.AnyTagClassName
{
color: #7DF08C;
}
</style>
background-color css
<style>
a { background-color: #7DF08C; }
a { background-color: rgb(125,240,140); }
div.DivClassName
{
background-color: #7DF08C;
}
.BgClassName
{
background-color: #7DF08C;
}
</style>
border-color css
<style>
span { border-color: #7DF08C; }
span { border-color: rgb(125,240,140); }
td.TdClassName
{
border-color: #7DF08C;
}
.TagClassName
{
border-color: #7DF08C;
}
</style>