Shades of Light Green #7EFB7D
Tints of Light Green #7EFB7D
RGB
CMYK
RGB Variations
Color information
#7EFB7D (or 0x7EFB7D) is known color: Light Green. HEX triplet: 7E, FB and 7D. RGB value is (126,251,125). Sum of RGB (Red+Green+Blue) = 126+251+125=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFB7D is #810482. Grayscale: #C7C7C7. Windows color (decimal): -8455299 or 8256382. OLE color: 8256382.
HSL color Cylindrical-coordinate representation of color #7EFB7D: hue angle of 119.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFB7D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 125 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.02 |
| HSL | 119.52º | 0.94% | 0.74% | - |
| HSV(B) | 119.52º | 0.5% | 0.98% | - |
| XYZ | 46.8 | 74.91 | 31.39 | - |
| YUV | 199.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 125 | 0.50 | 0 | 0.50 | 0.02 | 119.52 | 0.94 | 0.74 |
| Hex | 7E | FB | 7D | 32 | 0 | 32 | 2 | 78 | 5E | 4A |
| Octal | 176 | 373 | 175 | 62 | 0 | 62 | 2 | 170 | 136 | 112 |
| Binary | 1111110 | 11111011 | 1111101 | 110010 | 0 | 110010 | 10 | 1111000 | 1011110 | 1001010 |
Color Harmonies of #7EFB7D
Complementary color
Monochromatic Colors of #7EFB7D
Black with #7EFB7D
Text Example
Text Example
White with #7EFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFB7D; }
p { color: rgb(126,251,125); }
H1.HeaderClassName
{
color: #7EFB7D;
}
.AnyTagClassName
{
color: #7EFB7D;
}
</style>
background-color css
<style>
a { background-color: #7EFB7D; }
a { background-color: rgb(126,251,125); }
div.DivClassName
{
background-color: #7EFB7D;
}
.BgClassName
{
background-color: #7EFB7D;
}
</style>
border-color css
<style>
span { border-color: #7EFB7D; }
span { border-color: rgb(126,251,125); }
td.TdClassName
{
border-color: #7EFB7D;
}
.TagClassName
{
border-color: #7EFB7D;
}
</style>