Shades of Light Green #7DFA8A
Tints of Light Green #7DFA8A
RGB
CMYK
RGB Variations
Color information
#7DFA8A (or 0x7DFA8A) is known color: Light Green. HEX triplet: 7D, FA and 8A. RGB value is (125,250,138). Sum of RGB (Red+Green+Blue) = 125+250+138=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFA8A is #820575. Grayscale: #C8C8C8. Windows color (decimal): -8521078 or 9108093. OLE color: 9108093.
HSL color Cylindrical-coordinate representation of color #7DFA8A: hue angle of 126.24º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFA8A is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 138 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.02 |
| HSL | 126.24º | 0.93% | 0.74% | - |
| HSV(B) | 126.24º | 0.5% | 0.98% | - |
| XYZ | 47.23 | 74.57 | 35.95 | - |
| YUV | 199.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 138 | 0.50 | 0 | 0.45 | 0.02 | 126.24 | 0.93 | 0.74 |
| Hex | 7D | FA | 8A | 32 | 0 | 2D | 2 | 7E | 5D | 4A |
| Octal | 175 | 372 | 212 | 62 | 0 | 55 | 2 | 176 | 135 | 112 |
| Binary | 1111101 | 11111010 | 10001010 | 110010 | 0 | 101101 | 10 | 1111110 | 1011101 | 1001010 |
Color Harmonies of #7DFA8A
Complementary color
Monochromatic Colors of #7DFA8A
Black with #7DFA8A
Text Example
Text Example
White with #7DFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFA8A; }
p { color: rgb(125,250,138); }
H1.HeaderClassName
{
color: #7DFA8A;
}
.AnyTagClassName
{
color: #7DFA8A;
}
</style>
background-color css
<style>
a { background-color: #7DFA8A; }
a { background-color: rgb(125,250,138); }
div.DivClassName
{
background-color: #7DFA8A;
}
.BgClassName
{
background-color: #7DFA8A;
}
</style>
border-color css
<style>
span { border-color: #7DFA8A; }
span { border-color: rgb(125,250,138); }
td.TdClassName
{
border-color: #7DFA8A;
}
.TagClassName
{
border-color: #7DFA8A;
}
</style>