Shades of Pastel Green #7EE685
Tints of Pastel Green #7EE685
RGB
CMYK
RGB Variations
Color information
#7EE685 (or 0x7EE685) is known color: Pastel Green. HEX triplet: 7E, E6 and 85. RGB value is (126,230,133). Sum of RGB (Red+Green+Blue) = 126+230+133=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE685 is #81197A. Grayscale: #BCBCBC. Windows color (decimal): -8460667 or 8775294. OLE color: 8775294.
HSL color Cylindrical-coordinate representation of color #7EE685: hue angle of 124.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE685 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 133 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.10 |
| HSL | 124.04º | 0.68% | 0.7% | - |
| HSV(B) | 124.04º | 0.45% | 0.9% | - |
| XYZ | 41.13 | 62.72 | 32.13 | - |
| YUV | 187.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 133 | 0.45 | 0 | 0.42 | 0.10 | 124.04 | 0.68 | 0.7 |
| Hex | 7E | E6 | 85 | 2D | 0 | 2A | A | 7C | 44 | 46 |
| Octal | 176 | 346 | 205 | 55 | 0 | 52 | 12 | 174 | 104 | 106 |
| Binary | 1111110 | 11100110 | 10000101 | 101101 | 0 | 101010 | 1010 | 1111100 | 1000100 | 1000110 |
Color Harmonies of #7EE685
Complementary color
Monochromatic Colors of #7EE685
Black with #7EE685
Text Example
Text Example
White with #7EE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE685; }
p { color: rgb(126,230,133); }
H1.HeaderClassName
{
color: #7EE685;
}
.AnyTagClassName
{
color: #7EE685;
}
</style>
background-color css
<style>
a { background-color: #7EE685; }
a { background-color: rgb(126,230,133); }
div.DivClassName
{
background-color: #7EE685;
}
.BgClassName
{
background-color: #7EE685;
}
</style>
border-color css
<style>
span { border-color: #7EE685; }
span { border-color: rgb(126,230,133); }
td.TdClassName
{
border-color: #7EE685;
}
.TagClassName
{
border-color: #7EE685;
}
</style>