Shades of Light Green #7DF38C
Tints of Light Green #7DF38C
RGB
CMYK
RGB Variations
Color information
#7DF38C (or 0x7DF38C) is known color: Light Green. HEX triplet: 7D, F3 and 8C. RGB value is (125,243,140). Sum of RGB (Red+Green+Blue) = 125+243+140=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF38C is #820C73. Grayscale: #C4C4C4. Windows color (decimal): -8522868 or 9237373. OLE color: 9237373.
HSL color Cylindrical-coordinate representation of color #7DF38C: hue angle of 127.63º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF38C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 140 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.05 |
| HSL | 127.63º | 0.83% | 0.72% | - |
| HSV(B) | 127.63º | 0.49% | 0.95% | - |
| XYZ | 45.24 | 70.35 | 36.01 | - |
| YUV | 195.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 140 | 0.49 | 0 | 0.42 | 0.05 | 127.63 | 0.83 | 0.72 |
| Hex | 7D | F3 | 8C | 31 | 0 | 2A | 5 | 80 | 53 | 48 |
| Octal | 175 | 363 | 214 | 61 | 0 | 52 | 5 | 200 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10001100 | 110001 | 0 | 101010 | 101 | 10000000 | 1010011 | 1001000 |
Color Harmonies of #7DF38C
Complementary color
Monochromatic Colors of #7DF38C
Black with #7DF38C
Text Example
Text Example
White with #7DF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF38C; }
p { color: rgb(125,243,140); }
H1.HeaderClassName
{
color: #7DF38C;
}
.AnyTagClassName
{
color: #7DF38C;
}
</style>
background-color css
<style>
a { background-color: #7DF38C; }
a { background-color: rgb(125,243,140); }
div.DivClassName
{
background-color: #7DF38C;
}
.BgClassName
{
background-color: #7DF38C;
}
</style>
border-color css
<style>
span { border-color: #7DF38C; }
span { border-color: rgb(125,243,140); }
td.TdClassName
{
border-color: #7DF38C;
}
.TagClassName
{
border-color: #7DF38C;
}
</style>