Shades of Pastel Green #7CE077
Tints of Pastel Green #7CE077
RGB
CMYK
RGB Variations
Color information
#7CE077 (or 0x7CE077) is known color: Pastel Green. HEX triplet: 7C, E0 and 77. RGB value is (124,224,119). Sum of RGB (Red+Green+Blue) = 124+224+119=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE077 is #831F88. Grayscale: #B6B6B6. Windows color (decimal): -8593289 or 7856252. OLE color: 7856252.
HSL color Cylindrical-coordinate representation of color #7CE077: hue angle of 117.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE077 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 119 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.12 |
| HSL | 117.14º | 0.63% | 0.67% | - |
| HSV(B) | 117.14º | 0.47% | 0.88% | - |
| XYZ | 38.3 | 58.93 | 26.81 | - |
| YUV | 182.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 119 | 0.45 | 0 | 0.47 | 0.12 | 117.14 | 0.63 | 0.67 |
| Hex | 7C | E0 | 77 | 2D | 0 | 2F | C | 75 | 3F | 43 |
| Octal | 174 | 340 | 167 | 55 | 0 | 57 | 14 | 165 | 77 | 103 |
| Binary | 1111100 | 11100000 | 1110111 | 101101 | 0 | 101111 | 1100 | 1110101 | 111111 | 1000011 |
Color Harmonies of #7CE077
Complementary color
Monochromatic Colors of #7CE077
Black with #7CE077
Text Example
Text Example
White with #7CE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE077; }
p { color: rgb(124,224,119); }
H1.HeaderClassName
{
color: #7CE077;
}
.AnyTagClassName
{
color: #7CE077;
}
</style>
background-color css
<style>
a { background-color: #7CE077; }
a { background-color: rgb(124,224,119); }
div.DivClassName
{
background-color: #7CE077;
}
.BgClassName
{
background-color: #7CE077;
}
</style>
border-color css
<style>
span { border-color: #7CE077; }
span { border-color: rgb(124,224,119); }
td.TdClassName
{
border-color: #7CE077;
}
.TagClassName
{
border-color: #7CE077;
}
</style>