Shades of Light Green #7DF68F
Tints of Light Green #7DF68F
RGB
CMYK
RGB Variations
Color information
#7DF68F (or 0x7DF68F) is known color: Light Green. HEX triplet: 7D, F6 and 8F. RGB value is (125,246,143). Sum of RGB (Red+Green+Blue) = 125+246+143=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF68F is #820970. Grayscale: #C6C6C6. Windows color (decimal): -8522097 or 9434749. OLE color: 9434749.
HSL color Cylindrical-coordinate representation of color #7DF68F: hue angle of 128.93º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF68F is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 143 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.04 |
| HSL | 128.93º | 0.87% | 0.73% | - |
| HSV(B) | 128.93º | 0.49% | 0.96% | - |
| XYZ | 46.37 | 72.25 | 37.49 | - |
| YUV | 198.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 143 | 0.49 | 0 | 0.42 | 0.04 | 128.93 | 0.87 | 0.73 |
| Hex | 7D | F6 | 8F | 31 | 0 | 2A | 4 | 81 | 57 | 49 |
| Octal | 175 | 366 | 217 | 61 | 0 | 52 | 4 | 201 | 127 | 111 |
| Binary | 1111101 | 11110110 | 10001111 | 110001 | 0 | 101010 | 100 | 10000001 | 1010111 | 1001001 |
Color Harmonies of #7DF68F
Complementary color
Monochromatic Colors of #7DF68F
Black with #7DF68F
Text Example
Text Example
White with #7DF68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF68F; }
p { color: rgb(125,246,143); }
H1.HeaderClassName
{
color: #7DF68F;
}
.AnyTagClassName
{
color: #7DF68F;
}
</style>
background-color css
<style>
a { background-color: #7DF68F; }
a { background-color: rgb(125,246,143); }
div.DivClassName
{
background-color: #7DF68F;
}
.BgClassName
{
background-color: #7DF68F;
}
</style>
border-color css
<style>
span { border-color: #7DF68F; }
span { border-color: rgb(125,246,143); }
td.TdClassName
{
border-color: #7DF68F;
}
.TagClassName
{
border-color: #7DF68F;
}
</style>