Shades of Pastel Green #7CE68A
Tints of Pastel Green #7CE68A
RGB
CMYK
RGB Variations
Color information
#7CE68A (or 0x7CE68A) is known color: Pastel Green. HEX triplet: 7C, E6 and 8A. RGB value is (124,230,138). Sum of RGB (Red+Green+Blue) = 124+230+138=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE68A is #831975. Grayscale: #BCBCBC. Windows color (decimal): -8591734 or 9102972. OLE color: 9102972.
HSL color Cylindrical-coordinate representation of color #7CE68A: hue angle of 127.92º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE68A is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 138 | - |
| CMYK | 0.46 | 0 | 0.4 | 0.10 |
| HSL | 127.92º | 0.68% | 0.69% | - |
| HSV(B) | 127.92º | 0.46% | 0.9% | - |
| XYZ | 41.2 | 62.71 | 33.98 | - |
| YUV | 187.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 138 | 0.46 | 0 | 0.4 | 0.10 | 127.92 | 0.68 | 0.69 |
| Hex | 7C | E6 | 8A | 2E | 0 | 28 | A | 80 | 44 | 45 |
| Octal | 174 | 346 | 212 | 56 | 0 | 50 | 12 | 200 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10001010 | 101110 | 0 | 101000 | 1010 | 10000000 | 1000100 | 1000101 |
Color Harmonies of #7CE68A
Complementary color
Monochromatic Colors of #7CE68A
Black with #7CE68A
Text Example
Text Example
White with #7CE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE68A; }
p { color: rgb(124,230,138); }
H1.HeaderClassName
{
color: #7CE68A;
}
.AnyTagClassName
{
color: #7CE68A;
}
</style>
background-color css
<style>
a { background-color: #7CE68A; }
a { background-color: rgb(124,230,138); }
div.DivClassName
{
background-color: #7CE68A;
}
.BgClassName
{
background-color: #7CE68A;
}
</style>
border-color css
<style>
span { border-color: #7CE68A; }
span { border-color: rgb(124,230,138); }
td.TdClassName
{
border-color: #7CE68A;
}
.TagClassName
{
border-color: #7CE68A;
}
</style>