Shades of Pastel Green #7CE186
Tints of Pastel Green #7CE186
RGB
CMYK
RGB Variations
Color information
#7CE186 (or 0x7CE186) is known color: Pastel Green. HEX triplet: 7C, E1 and 86. RGB value is (124,225,134). Sum of RGB (Red+Green+Blue) = 124+225+134=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE186 is #831E79. Grayscale: #B8B8B8. Windows color (decimal): -8593018 or 8839548. OLE color: 8839548.
HSL color Cylindrical-coordinate representation of color #7CE186: hue angle of 125.94º 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 #7CE186 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 134 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.12 |
| HSL | 125.94º | 0.63% | 0.68% | - |
| HSV(B) | 125.94º | 0.45% | 0.88% | - |
| XYZ | 39.54 | 59.86 | 32.02 | - |
| YUV | 184.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 134 | 0.45 | 0 | 0.40 | 0.12 | 125.94 | 0.63 | 0.68 |
| Hex | 7C | E1 | 86 | 2D | 0 | 28 | C | 7E | 3F | 44 |
| Octal | 174 | 341 | 206 | 55 | 0 | 50 | 14 | 176 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10000110 | 101101 | 0 | 101000 | 1100 | 1111110 | 111111 | 1000100 |
Color Harmonies of #7CE186
Complementary color
Monochromatic Colors of #7CE186
Black with #7CE186
Text Example
Text Example
White with #7CE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE186; }
p { color: rgb(124,225,134); }
H1.HeaderClassName
{
color: #7CE186;
}
.AnyTagClassName
{
color: #7CE186;
}
</style>
background-color css
<style>
a { background-color: #7CE186; }
a { background-color: rgb(124,225,134); }
div.DivClassName
{
background-color: #7CE186;
}
.BgClassName
{
background-color: #7CE186;
}
</style>
border-color css
<style>
span { border-color: #7CE186; }
span { border-color: rgb(124,225,134); }
td.TdClassName
{
border-color: #7CE186;
}
.TagClassName
{
border-color: #7CE186;
}
</style>