Shades of Light Green #7DF08B
Tints of Light Green #7DF08B
RGB
CMYK
RGB Variations
Color information
#7DF08B (or 0x7DF08B) is known color: Light Green. HEX triplet: 7D, F0 and 8B. RGB value is (125,240,139). Sum of RGB (Red+Green+Blue) = 125+240+139=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF08B is #820F74. Grayscale: #C2C2C2. Windows color (decimal): -8523637 or 9171069. OLE color: 9171069.
HSL color Cylindrical-coordinate representation of color #7DF08B: hue angle of 127.3º 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 #7DF08B is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 139 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.06 |
| HSL | 127.3º | 0.79% | 0.72% | - |
| HSV(B) | 127.3º | 0.48% | 0.94% | - |
| XYZ | 44.28 | 68.54 | 35.32 | - |
| YUV | 194.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 139 | 0.48 | 0 | 0.42 | 0.06 | 127.3 | 0.79 | 0.72 |
| Hex | 7D | F0 | 8B | 30 | 0 | 2A | 6 | 7F | 4F | 48 |
| Octal | 175 | 360 | 213 | 60 | 0 | 52 | 6 | 177 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10001011 | 110000 | 0 | 101010 | 110 | 1111111 | 1001111 | 1001000 |
Color Harmonies of #7DF08B
Complementary color
Monochromatic Colors of #7DF08B
Black with #7DF08B
Text Example
Text Example
White with #7DF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF08B; }
p { color: rgb(125,240,139); }
H1.HeaderClassName
{
color: #7DF08B;
}
.AnyTagClassName
{
color: #7DF08B;
}
</style>
background-color css
<style>
a { background-color: #7DF08B; }
a { background-color: rgb(125,240,139); }
div.DivClassName
{
background-color: #7DF08B;
}
.BgClassName
{
background-color: #7DF08B;
}
</style>
border-color css
<style>
span { border-color: #7DF08B; }
span { border-color: rgb(125,240,139); }
td.TdClassName
{
border-color: #7DF08B;
}
.TagClassName
{
border-color: #7DF08B;
}
</style>