Shades of Pastel Green #7CE972
Tints of Pastel Green #7CE972
RGB
CMYK
RGB Variations
Color information
#7CE972 (or 0x7CE972) is known color: Pastel Green. HEX triplet: 7C, E9 and 72. RGB value is (124,233,114). Sum of RGB (Red+Green+Blue) = 124+233+114=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #7CE972 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE972 is #83168D. Grayscale: #BBBBBB. Windows color (decimal): -8590990 or 7530876. OLE color: 7530876.
HSL color Cylindrical-coordinate representation of color #7CE972: hue angle of 114.96º degrees, saturation: 0.73, 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 #7CE972 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 233 | 114 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.09 |
| HSL | 114.96º | 0.73% | 0.68% | - |
| HSV(B) | 114.96º | 0.51% | 0.91% | - |
| XYZ | 40.49 | 63.78 | 26.1 | - |
| YUV | 186.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 233 | 114 | 0.47 | 0 | 0.51 | 0.09 | 114.96 | 0.73 | 0.68 |
| Hex | 7C | E9 | 72 | 2F | 0 | 33 | 9 | 73 | 49 | 44 |
| Octal | 174 | 351 | 162 | 57 | 0 | 63 | 11 | 163 | 111 | 104 |
| Binary | 1111100 | 11101001 | 1110010 | 101111 | 0 | 110011 | 1001 | 1110011 | 1001001 | 1000100 |
Color Harmonies of #7CE972
Complementary color
Monochromatic Colors of #7CE972
Black with #7CE972
Text Example
Text Example
White with #7CE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE972; }
p { color: rgb(124,233,114); }
H1.HeaderClassName
{
color: #7CE972;
}
.AnyTagClassName
{
color: #7CE972;
}
</style>
background-color css
<style>
a { background-color: #7CE972; }
a { background-color: rgb(124,233,114); }
div.DivClassName
{
background-color: #7CE972;
}
.BgClassName
{
background-color: #7CE972;
}
</style>
border-color css
<style>
span { border-color: #7CE972; }
span { border-color: rgb(124,233,114); }
td.TdClassName
{
border-color: #7CE972;
}
.TagClassName
{
border-color: #7CE972;
}
</style>