Shades of Light Green #7DF185
Tints of Light Green #7DF185
RGB
CMYK
RGB Variations
Color information
#7DF185 (or 0x7DF185) is known color: Light Green. HEX triplet: 7D, F1 and 85. RGB value is (125,241,133). Sum of RGB (Red+Green+Blue) = 125+241+133=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF185 is #820E7A. Grayscale: #C2C2C2. Windows color (decimal): -8523387 or 8778109. OLE color: 8778109.
HSL color Cylindrical-coordinate representation of color #7DF185: hue angle of 124.14º 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 #7DF185 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 133 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.05 |
| HSL | 124.14º | 0.81% | 0.72% | - |
| HSV(B) | 124.14º | 0.48% | 0.95% | - |
| XYZ | 44.15 | 68.96 | 33.17 | - |
| YUV | 194 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 133 | 0.48 | 0 | 0.45 | 0.05 | 124.14 | 0.81 | 0.72 |
| Hex | 7D | F1 | 85 | 30 | 0 | 2D | 5 | 7C | 51 | 48 |
| Octal | 175 | 361 | 205 | 60 | 0 | 55 | 5 | 174 | 121 | 110 |
| Binary | 1111101 | 11110001 | 10000101 | 110000 | 0 | 101101 | 101 | 1111100 | 1010001 | 1001000 |
Color Harmonies of #7DF185
Complementary color
Monochromatic Colors of #7DF185
Black with #7DF185
Text Example
Text Example
White with #7DF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF185; }
p { color: rgb(125,241,133); }
H1.HeaderClassName
{
color: #7DF185;
}
.AnyTagClassName
{
color: #7DF185;
}
</style>
background-color css
<style>
a { background-color: #7DF185; }
a { background-color: rgb(125,241,133); }
div.DivClassName
{
background-color: #7DF185;
}
.BgClassName
{
background-color: #7DF185;
}
</style>
border-color css
<style>
span { border-color: #7DF185; }
span { border-color: rgb(125,241,133); }
td.TdClassName
{
border-color: #7DF185;
}
.TagClassName
{
border-color: #7DF185;
}
</style>