Shades of Pastel Green #7CE06C
Tints of Pastel Green #7CE06C
RGB
CMYK
RGB Variations
Color information
#7CE06C (or 0x7CE06C) is known color: Pastel Green. HEX triplet: 7C, E0 and 6C. RGB value is (124,224,108). Sum of RGB (Red+Green+Blue) = 124+224+108=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE06C is #831F93. Grayscale: #B5B5B5. Windows color (decimal): -8593300 or 7135356. OLE color: 7135356.
HSL color Cylindrical-coordinate representation of color #7CE06C: hue angle of 111.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CE06C is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 108 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.12 |
| HSL | 111.72º | 0.65% | 0.65% | - |
| HSV(B) | 111.72º | 0.52% | 0.88% | - |
| XYZ | 37.67 | 58.68 | 23.53 | - |
| YUV | 180.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 108 | 0.45 | 0 | 0.52 | 0.12 | 111.72 | 0.65 | 0.65 |
| Hex | 7C | E0 | 6C | 2D | 0 | 34 | C | 70 | 41 | 41 |
| Octal | 174 | 340 | 154 | 55 | 0 | 64 | 14 | 160 | 101 | 101 |
| Binary | 1111100 | 11100000 | 1101100 | 101101 | 0 | 110100 | 1100 | 1110000 | 1000001 | 1000001 |
Color Harmonies of #7CE06C
Complementary color
Monochromatic Colors of #7CE06C
Black with #7CE06C
Text Example
Text Example
White with #7CE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE06C; }
p { color: rgb(124,224,108); }
H1.HeaderClassName
{
color: #7CE06C;
}
.AnyTagClassName
{
color: #7CE06C;
}
</style>
background-color css
<style>
a { background-color: #7CE06C; }
a { background-color: rgb(124,224,108); }
div.DivClassName
{
background-color: #7CE06C;
}
.BgClassName
{
background-color: #7CE06C;
}
</style>
border-color css
<style>
span { border-color: #7CE06C; }
span { border-color: rgb(124,224,108); }
td.TdClassName
{
border-color: #7CE06C;
}
.TagClassName
{
border-color: #7CE06C;
}
</style>