Shades of Light Green #7DFA90
Tints of Light Green #7DFA90
RGB
CMYK
RGB Variations
Color information
#7DFA90 (or 0x7DFA90) is known color: Light Green. HEX triplet: 7D, FA and 90. RGB value is (125,250,144). Sum of RGB (Red+Green+Blue) = 125+250+144=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFA90 is #82056F. Grayscale: #C8C8C8. Windows color (decimal): -8521072 or 9501309. OLE color: 9501309.
HSL color Cylindrical-coordinate representation of color #7DFA90: hue angle of 129.12º 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 #7DFA90 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 144 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.02 |
| HSL | 129.12º | 0.93% | 0.74% | - |
| HSV(B) | 129.12º | 0.5% | 0.98% | - |
| XYZ | 47.68 | 74.74 | 38.3 | - |
| YUV | 200.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 144 | 0.50 | 0 | 0.42 | 0.02 | 129.12 | 0.93 | 0.74 |
| Hex | 7D | FA | 90 | 32 | 0 | 2A | 2 | 81 | 5D | 4A |
| Octal | 175 | 372 | 220 | 62 | 0 | 52 | 2 | 201 | 135 | 112 |
| Binary | 1111101 | 11111010 | 10010000 | 110010 | 0 | 101010 | 10 | 10000001 | 1011101 | 1001010 |
Color Harmonies of #7DFA90
Complementary color
Monochromatic Colors of #7DFA90
Black with #7DFA90
Text Example
Text Example
White with #7DFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFA90; }
p { color: rgb(125,250,144); }
H1.HeaderClassName
{
color: #7DFA90;
}
.AnyTagClassName
{
color: #7DFA90;
}
</style>
background-color css
<style>
a { background-color: #7DFA90; }
a { background-color: rgb(125,250,144); }
div.DivClassName
{
background-color: #7DFA90;
}
.BgClassName
{
background-color: #7DFA90;
}
</style>
border-color css
<style>
span { border-color: #7DFA90; }
span { border-color: rgb(125,250,144); }
td.TdClassName
{
border-color: #7DFA90;
}
.TagClassName
{
border-color: #7DFA90;
}
</style>