Shades of Pastel Green #7CE07E
Tints of Pastel Green #7CE07E
RGB
CMYK
RGB Variations
Color information
#7CE07E (or 0x7CE07E) is known color: Pastel Green. HEX triplet: 7C, E0 and 7E. RGB value is (124,224,126). Sum of RGB (Red+Green+Blue) = 124+224+126=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE07E is #831F81. Grayscale: #B7B7B7. Windows color (decimal): -8593282 or 8315004. OLE color: 8315004.
HSL color Cylindrical-coordinate representation of color #7CE07E: hue angle of 121.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE07E is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 126 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.12 |
| HSL | 121.2º | 0.62% | 0.68% | - |
| HSV(B) | 121.2º | 0.45% | 0.88% | - |
| XYZ | 38.73 | 59.1 | 29.11 | - |
| YUV | 182.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 126 | 0.45 | 0 | 0.44 | 0.12 | 121.2 | 0.62 | 0.68 |
| Hex | 7C | E0 | 7E | 2D | 0 | 2C | C | 79 | 3E | 44 |
| Octal | 174 | 340 | 176 | 55 | 0 | 54 | 14 | 171 | 76 | 104 |
| Binary | 1111100 | 11100000 | 1111110 | 101101 | 0 | 101100 | 1100 | 1111001 | 111110 | 1000100 |
Color Harmonies of #7CE07E
Complementary color
Monochromatic Colors of #7CE07E
Black with #7CE07E
Text Example
Text Example
White with #7CE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE07E; }
p { color: rgb(124,224,126); }
H1.HeaderClassName
{
color: #7CE07E;
}
.AnyTagClassName
{
color: #7CE07E;
}
</style>
background-color css
<style>
a { background-color: #7CE07E; }
a { background-color: rgb(124,224,126); }
div.DivClassName
{
background-color: #7CE07E;
}
.BgClassName
{
background-color: #7CE07E;
}
</style>
border-color css
<style>
span { border-color: #7CE07E; }
span { border-color: rgb(124,224,126); }
td.TdClassName
{
border-color: #7CE07E;
}
.TagClassName
{
border-color: #7CE07E;
}
</style>