Shades of Light Green #7DF184
Tints of Light Green #7DF184
RGB
CMYK
RGB Variations
Color information
#7DF184 (or 0x7DF184) is known color: Light Green. HEX triplet: 7D, F1 and 84. RGB value is (125,241,132). Sum of RGB (Red+Green+Blue) = 125+241+132=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF184 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF184 is #820E7B. Grayscale: #C2C2C2. Windows color (decimal): -8523388 or 8712573. OLE color: 8712573.
HSL color Cylindrical-coordinate representation of color #7DF184: hue angle of 123.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF184 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 132 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.05 |
| HSL | 123.62º | 0.81% | 0.72% | - |
| HSV(B) | 123.62º | 0.48% | 0.95% | - |
| XYZ | 44.08 | 68.94 | 32.81 | - |
| YUV | 193.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 132 | 0.48 | 0 | 0.45 | 0.05 | 123.62 | 0.81 | 0.72 |
| Hex | 7D | F1 | 84 | 30 | 0 | 2D | 5 | 7C | 51 | 48 |
| Octal | 175 | 361 | 204 | 60 | 0 | 55 | 5 | 174 | 121 | 110 |
| Binary | 1111101 | 11110001 | 10000100 | 110000 | 0 | 101101 | 101 | 1111100 | 1010001 | 1001000 |
Color Harmonies of #7DF184
Complementary color
Monochromatic Colors of #7DF184
Black with #7DF184
Text Example
Text Example
White with #7DF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF184; }
p { color: rgb(125,241,132); }
H1.HeaderClassName
{
color: #7DF184;
}
.AnyTagClassName
{
color: #7DF184;
}
</style>
background-color css
<style>
a { background-color: #7DF184; }
a { background-color: rgb(125,241,132); }
div.DivClassName
{
background-color: #7DF184;
}
.BgClassName
{
background-color: #7DF184;
}
</style>
border-color css
<style>
span { border-color: #7DF184; }
span { border-color: rgb(125,241,132); }
td.TdClassName
{
border-color: #7DF184;
}
.TagClassName
{
border-color: #7DF184;
}
</style>