Shades of Light Green #7DF492
Tints of Light Green #7DF492
RGB
CMYK
RGB Variations
Color information
#7DF492 (or 0x7DF492) is known color: Light Green. HEX triplet: 7D, F4 and 92. RGB value is (125,244,146). Sum of RGB (Red+Green+Blue) = 125+244+146=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF492 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF492 is #820B6D. Grayscale: #C5C5C5. Windows color (decimal): -8522606 or 9630845. OLE color: 9630845.
HSL color Cylindrical-coordinate representation of color #7DF492: hue angle of 130.59º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF492 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 146 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.04 |
| HSL | 130.59º | 0.84% | 0.72% | - |
| HSV(B) | 130.59º | 0.49% | 0.96% | - |
| XYZ | 46 | 71.14 | 38.5 | - |
| YUV | 197.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 146 | 0.49 | 0 | 0.40 | 0.04 | 130.59 | 0.84 | 0.72 |
| Hex | 7D | F4 | 92 | 31 | 0 | 28 | 4 | 83 | 54 | 48 |
| Octal | 175 | 364 | 222 | 61 | 0 | 50 | 4 | 203 | 124 | 110 |
| Binary | 1111101 | 11110100 | 10010010 | 110001 | 0 | 101000 | 100 | 10000011 | 1010100 | 1001000 |
Color Harmonies of #7DF492
Complementary color
Monochromatic Colors of #7DF492
Black with #7DF492
Text Example
Text Example
White with #7DF492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF492; }
p { color: rgb(125,244,146); }
H1.HeaderClassName
{
color: #7DF492;
}
.AnyTagClassName
{
color: #7DF492;
}
</style>
background-color css
<style>
a { background-color: #7DF492; }
a { background-color: rgb(125,244,146); }
div.DivClassName
{
background-color: #7DF492;
}
.BgClassName
{
background-color: #7DF492;
}
</style>
border-color css
<style>
span { border-color: #7DF492; }
span { border-color: rgb(125,244,146); }
td.TdClassName
{
border-color: #7DF492;
}
.TagClassName
{
border-color: #7DF492;
}
</style>