Shades of Pastel Green #7CE076
Tints of Pastel Green #7CE076
RGB
CMYK
RGB Variations
Color information
#7CE076 (or 0x7CE076) is known color: Pastel Green. HEX triplet: 7C, E0 and 76. RGB value is (124,224,118). Sum of RGB (Red+Green+Blue) = 124+224+118=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE076 is #831F89. Grayscale: #B6B6B6. Windows color (decimal): -8593290 or 7790716. OLE color: 7790716.
HSL color Cylindrical-coordinate representation of color #7CE076: hue angle of 116.6º 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 #7CE076 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 118 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.12 |
| HSL | 116.6º | 0.63% | 0.67% | - |
| HSV(B) | 116.6º | 0.47% | 0.88% | - |
| XYZ | 38.24 | 58.9 | 26.49 | - |
| YUV | 182.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 118 | 0.45 | 0 | 0.47 | 0.12 | 116.6 | 0.63 | 0.67 |
| Hex | 7C | E0 | 76 | 2D | 0 | 2F | C | 75 | 3F | 43 |
| Octal | 174 | 340 | 166 | 55 | 0 | 57 | 14 | 165 | 77 | 103 |
| Binary | 1111100 | 11100000 | 1110110 | 101101 | 0 | 101111 | 1100 | 1110101 | 111111 | 1000011 |
Color Harmonies of #7CE076
Complementary color
Monochromatic Colors of #7CE076
Black with #7CE076
Text Example
Text Example
White with #7CE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE076; }
p { color: rgb(124,224,118); }
H1.HeaderClassName
{
color: #7CE076;
}
.AnyTagClassName
{
color: #7CE076;
}
</style>
background-color css
<style>
a { background-color: #7CE076; }
a { background-color: rgb(124,224,118); }
div.DivClassName
{
background-color: #7CE076;
}
.BgClassName
{
background-color: #7CE076;
}
</style>
border-color css
<style>
span { border-color: #7CE076; }
span { border-color: rgb(124,224,118); }
td.TdClassName
{
border-color: #7CE076;
}
.TagClassName
{
border-color: #7CE076;
}
</style>