Shades of Light Green #7DF18B
Tints of Light Green #7DF18B
RGB
CMYK
RGB Variations
Color information
#7DF18B (or 0x7DF18B) is known color: Light Green. HEX triplet: 7D, F1 and 8B. RGB value is (125,241,139). Sum of RGB (Red+Green+Blue) = 125+241+139=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF18B is #820E74. Grayscale: #C2C2C2. Windows color (decimal): -8523381 or 9171325. OLE color: 9171325.
HSL color Cylindrical-coordinate representation of color #7DF18B: hue angle of 127.24º 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 #7DF18B is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 139 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.05 |
| HSL | 127.24º | 0.81% | 0.72% | - |
| HSV(B) | 127.24º | 0.48% | 0.95% | - |
| XYZ | 44.57 | 69.13 | 35.42 | - |
| YUV | 194.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 139 | 0.48 | 0 | 0.42 | 0.05 | 127.24 | 0.81 | 0.72 |
| Hex | 7D | F1 | 8B | 30 | 0 | 2A | 5 | 7F | 51 | 48 |
| Octal | 175 | 361 | 213 | 60 | 0 | 52 | 5 | 177 | 121 | 110 |
| Binary | 1111101 | 11110001 | 10001011 | 110000 | 0 | 101010 | 101 | 1111111 | 1010001 | 1001000 |
Color Harmonies of #7DF18B
Complementary color
Monochromatic Colors of #7DF18B
Black with #7DF18B
Text Example
Text Example
White with #7DF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF18B; }
p { color: rgb(125,241,139); }
H1.HeaderClassName
{
color: #7DF18B;
}
.AnyTagClassName
{
color: #7DF18B;
}
</style>
background-color css
<style>
a { background-color: #7DF18B; }
a { background-color: rgb(125,241,139); }
div.DivClassName
{
background-color: #7DF18B;
}
.BgClassName
{
background-color: #7DF18B;
}
</style>
border-color css
<style>
span { border-color: #7DF18B; }
span { border-color: rgb(125,241,139); }
td.TdClassName
{
border-color: #7DF18B;
}
.TagClassName
{
border-color: #7DF18B;
}
</style>