Shades of Light Green #7DF287
Tints of Light Green #7DF287
RGB
CMYK
RGB Variations
Color information
#7DF287 (or 0x7DF287) is known color: Light Green. HEX triplet: 7D, F2 and 87. RGB value is (125,242,135). Sum of RGB (Red+Green+Blue) = 125+242+135=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF287 is #820D78. Grayscale: #C3C3C3. Windows color (decimal): -8523129 or 8909437. OLE color: 8909437.
HSL color Cylindrical-coordinate representation of color #7DF287: hue angle of 125.13º degrees, saturation: 0.82, 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 #7DF287 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 135 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.05 |
| HSL | 125.13º | 0.82% | 0.72% | - |
| HSV(B) | 125.13º | 0.48% | 0.95% | - |
| XYZ | 44.58 | 69.61 | 34.01 | - |
| YUV | 194.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 135 | 0.48 | 0 | 0.44 | 0.05 | 125.13 | 0.82 | 0.72 |
| Hex | 7D | F2 | 87 | 30 | 0 | 2C | 5 | 7D | 52 | 48 |
| Octal | 175 | 362 | 207 | 60 | 0 | 54 | 5 | 175 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10000111 | 110000 | 0 | 101100 | 101 | 1111101 | 1010010 | 1001000 |
Color Harmonies of #7DF287
Complementary color
Monochromatic Colors of #7DF287
Black with #7DF287
Text Example
Text Example
White with #7DF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF287; }
p { color: rgb(125,242,135); }
H1.HeaderClassName
{
color: #7DF287;
}
.AnyTagClassName
{
color: #7DF287;
}
</style>
background-color css
<style>
a { background-color: #7DF287; }
a { background-color: rgb(125,242,135); }
div.DivClassName
{
background-color: #7DF287;
}
.BgClassName
{
background-color: #7DF287;
}
</style>
border-color css
<style>
span { border-color: #7DF287; }
span { border-color: rgb(125,242,135); }
td.TdClassName
{
border-color: #7DF287;
}
.TagClassName
{
border-color: #7DF287;
}
</style>