Shades of Pastel Green #7CE18D
Tints of Pastel Green #7CE18D
RGB
CMYK
RGB Variations
Color information
#7CE18D (or 0x7CE18D) is known color: Pastel Green. HEX triplet: 7C, E1 and 8D. RGB value is (124,225,141). Sum of RGB (Red+Green+Blue) = 124+225+141=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE18D is #831E72. Grayscale: #B9B9B9. Windows color (decimal): -8593011 or 9298300. OLE color: 9298300.
HSL color Cylindrical-coordinate representation of color #7CE18D: hue angle of 130.1º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE18D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 141 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.12 |
| HSL | 130.1º | 0.63% | 0.68% | - |
| HSV(B) | 130.1º | 0.45% | 0.88% | - |
| XYZ | 40.05 | 60.06 | 34.68 | - |
| YUV | 185.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 141 | 0.45 | 0 | 0.37 | 0.12 | 130.1 | 0.63 | 0.68 |
| Hex | 7C | E1 | 8D | 2D | 0 | 25 | C | 82 | 3F | 44 |
| Octal | 174 | 341 | 215 | 55 | 0 | 45 | 14 | 202 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10001101 | 101101 | 0 | 100101 | 1100 | 10000010 | 111111 | 1000100 |
Color Harmonies of #7CE18D
Complementary color
Monochromatic Colors of #7CE18D
Black with #7CE18D
Text Example
Text Example
White with #7CE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE18D; }
p { color: rgb(124,225,141); }
H1.HeaderClassName
{
color: #7CE18D;
}
.AnyTagClassName
{
color: #7CE18D;
}
</style>
background-color css
<style>
a { background-color: #7CE18D; }
a { background-color: rgb(124,225,141); }
div.DivClassName
{
background-color: #7CE18D;
}
.BgClassName
{
background-color: #7CE18D;
}
</style>
border-color css
<style>
span { border-color: #7CE18D; }
span { border-color: rgb(124,225,141); }
td.TdClassName
{
border-color: #7CE18D;
}
.TagClassName
{
border-color: #7CE18D;
}
</style>