Shades of Pastel Green #7EDE63
Tints of Pastel Green #7EDE63
RGB
CMYK
RGB Variations
Color information
#7EDE63 (or 0x7EDE63) is known color: Pastel Green. HEX triplet: 7E, DE and 63. RGB value is (126,222,99). Sum of RGB (Red+Green+Blue) = 126+222+99=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE63 is #81219C. Grayscale: #B3B3B3. Windows color (decimal): -8462749 or 6545022. OLE color: 6545022.
HSL color Cylindrical-coordinate representation of color #7EDE63: hue angle of 106.83º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EDE63 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 99 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.13 |
| HSL | 106.83º | 0.65% | 0.63% | - |
| HSV(B) | 106.83º | 0.55% | 0.87% | - |
| XYZ | 36.98 | 57.58 | 20.97 | - |
| YUV | 179.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 99 | 0.43 | 0 | 0.55 | 0.13 | 106.83 | 0.65 | 0.63 |
| Hex | 7E | DE | 63 | 2B | 0 | 37 | D | 6B | 41 | 3F |
| Octal | 176 | 336 | 143 | 53 | 0 | 67 | 15 | 153 | 101 | 77 |
| Binary | 1111110 | 11011110 | 1100011 | 101011 | 0 | 110111 | 1101 | 1101011 | 1000001 | 111111 |
Color Harmonies of #7EDE63
Complementary color
Monochromatic Colors of #7EDE63
Black with #7EDE63
Text Example
Text Example
White with #7EDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE63; }
p { color: rgb(126,222,99); }
H1.HeaderClassName
{
color: #7EDE63;
}
.AnyTagClassName
{
color: #7EDE63;
}
</style>
background-color css
<style>
a { background-color: #7EDE63; }
a { background-color: rgb(126,222,99); }
div.DivClassName
{
background-color: #7EDE63;
}
.BgClassName
{
background-color: #7EDE63;
}
</style>
border-color css
<style>
span { border-color: #7EDE63; }
span { border-color: rgb(126,222,99); }
td.TdClassName
{
border-color: #7EDE63;
}
.TagClassName
{
border-color: #7EDE63;
}
</style>