Shades of Light Green #7DFA92
Tints of Light Green #7DFA92
RGB
CMYK
RGB Variations
Color information
#7DFA92 (or 0x7DFA92) is known color: Light Green. HEX triplet: 7D, FA and 92. RGB value is (125,250,146). Sum of RGB (Red+Green+Blue) = 125+250+146=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFA92 is #82056D. Grayscale: #C9C9C9. Windows color (decimal): -8521070 or 9632381. OLE color: 9632381.
HSL color Cylindrical-coordinate representation of color #7DFA92: hue angle of 130.08º 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 #7DFA92 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 146 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.02 |
| HSL | 130.08º | 0.93% | 0.74% | - |
| HSV(B) | 130.08º | 0.5% | 0.98% | - |
| XYZ | 47.83 | 74.81 | 39.11 | - |
| YUV | 200.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 146 | 0.50 | 0 | 0.42 | 0.02 | 130.08 | 0.93 | 0.74 |
| Hex | 7D | FA | 92 | 32 | 0 | 2A | 2 | 82 | 5D | 4A |
| Octal | 175 | 372 | 222 | 62 | 0 | 52 | 2 | 202 | 135 | 112 |
| Binary | 1111101 | 11111010 | 10010010 | 110010 | 0 | 101010 | 10 | 10000010 | 1011101 | 1001010 |
Color Harmonies of #7DFA92
Complementary color
Monochromatic Colors of #7DFA92
Black with #7DFA92
Text Example
Text Example
White with #7DFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFA92; }
p { color: rgb(125,250,146); }
H1.HeaderClassName
{
color: #7DFA92;
}
.AnyTagClassName
{
color: #7DFA92;
}
</style>
background-color css
<style>
a { background-color: #7DFA92; }
a { background-color: rgb(125,250,146); }
div.DivClassName
{
background-color: #7DFA92;
}
.BgClassName
{
background-color: #7DFA92;
}
</style>
border-color css
<style>
span { border-color: #7DFA92; }
span { border-color: rgb(125,250,146); }
td.TdClassName
{
border-color: #7DFA92;
}
.TagClassName
{
border-color: #7DFA92;
}
</style>