Shades of Light Green #7DFE86
Tints of Light Green #7DFE86
RGB
CMYK
RGB Variations
Color information
#7DFE86 (or 0x7DFE86) is known color: Light Green. HEX triplet: 7D, FE and 86. RGB value is (125,254,134). Sum of RGB (Red+Green+Blue) = 125+254+134=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE86 is #820179. Grayscale: #CACACA. Windows color (decimal): -8520058 or 8846973. OLE color: 8846973.
HSL color Cylindrical-coordinate representation of color #7DFE86: hue angle of 124.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFE86 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 134 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.00 |
| HSL | 124.19º | 0.98% | 0.74% | - |
| HSV(B) | 124.19º | 0.51% | 1% | - |
| XYZ | 48.2 | 76.96 | 34.87 | - |
| YUV | 201.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 134 | 0.51 | 0 | 0.47 | 0.00 | 124.19 | 0.98 | 0.74 |
| Hex | 7D | FE | 86 | 33 | 0 | 2F | 0 | 7C | 62 | 4A |
| Octal | 175 | 376 | 206 | 63 | 0 | 57 | 0 | 174 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10000110 | 110011 | 0 | 101111 | 0 | 1111100 | 1100010 | 1001010 |
Color Harmonies of #7DFE86
Complementary color
Monochromatic Colors of #7DFE86
Black with #7DFE86
Text Example
Text Example
White with #7DFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE86; }
p { color: rgb(125,254,134); }
H1.HeaderClassName
{
color: #7DFE86;
}
.AnyTagClassName
{
color: #7DFE86;
}
</style>
background-color css
<style>
a { background-color: #7DFE86; }
a { background-color: rgb(125,254,134); }
div.DivClassName
{
background-color: #7DFE86;
}
.BgClassName
{
background-color: #7DFE86;
}
</style>
border-color css
<style>
span { border-color: #7DFE86; }
span { border-color: rgb(125,254,134); }
td.TdClassName
{
border-color: #7DFE86;
}
.TagClassName
{
border-color: #7DFE86;
}
</style>