Shades of Pastel Green #7CE772
Tints of Pastel Green #7CE772
RGB
CMYK
RGB Variations
Color information
#7CE772 (or 0x7CE772) is known color: Pastel Green. HEX triplet: 7C, E7 and 72. RGB value is (124,231,114). Sum of RGB (Red+Green+Blue) = 124+231+114=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE772 is #83188D. Grayscale: #BABABA. Windows color (decimal): -8591502 or 7530364. OLE color: 7530364.
HSL color Cylindrical-coordinate representation of color #7CE772: hue angle of 114.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CE772 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 114 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.09 |
| HSL | 114.87º | 0.71% | 0.68% | - |
| HSV(B) | 114.87º | 0.51% | 0.91% | - |
| XYZ | 39.93 | 62.65 | 25.91 | - |
| YUV | 185.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 114 | 0.46 | 0 | 0.51 | 0.09 | 114.87 | 0.71 | 0.68 |
| Hex | 7C | E7 | 72 | 2E | 0 | 33 | 9 | 73 | 47 | 44 |
| Octal | 174 | 347 | 162 | 56 | 0 | 63 | 11 | 163 | 107 | 104 |
| Binary | 1111100 | 11100111 | 1110010 | 101110 | 0 | 110011 | 1001 | 1110011 | 1000111 | 1000100 |
Color Harmonies of #7CE772
Complementary color
Monochromatic Colors of #7CE772
Black with #7CE772
Text Example
Text Example
White with #7CE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE772; }
p { color: rgb(124,231,114); }
H1.HeaderClassName
{
color: #7CE772;
}
.AnyTagClassName
{
color: #7CE772;
}
</style>
background-color css
<style>
a { background-color: #7CE772; }
a { background-color: rgb(124,231,114); }
div.DivClassName
{
background-color: #7CE772;
}
.BgClassName
{
background-color: #7CE772;
}
</style>
border-color css
<style>
span { border-color: #7CE772; }
span { border-color: rgb(124,231,114); }
td.TdClassName
{
border-color: #7CE772;
}
.TagClassName
{
border-color: #7CE772;
}
</style>