Shades of Pastel Green #7CE268
Tints of Pastel Green #7CE268
RGB
CMYK
RGB Variations
Color information
#7CE268 (or 0x7CE268) is known color: Pastel Green. HEX triplet: 7C, E2 and 68. RGB value is (124,226,104). Sum of RGB (Red+Green+Blue) = 124+226+104=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE268 is #831D97. Grayscale: #B5B5B5. Windows color (decimal): -8592792 or 6873724. OLE color: 6873724.
HSL color Cylindrical-coordinate representation of color #7CE268: hue angle of 110.16º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CE268 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 104 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.11 |
| HSL | 110.16º | 0.68% | 0.65% | - |
| HSV(B) | 110.16º | 0.54% | 0.89% | - |
| XYZ | 38.01 | 59.68 | 22.61 | - |
| YUV | 181.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 104 | 0.45 | 0 | 0.54 | 0.11 | 110.16 | 0.68 | 0.65 |
| Hex | 7C | E2 | 68 | 2D | 0 | 36 | B | 6E | 44 | 41 |
| Octal | 174 | 342 | 150 | 55 | 0 | 66 | 13 | 156 | 104 | 101 |
| Binary | 1111100 | 11100010 | 1101000 | 101101 | 0 | 110110 | 1011 | 1101110 | 1000100 | 1000001 |
Color Harmonies of #7CE268
Complementary color
Monochromatic Colors of #7CE268
Black with #7CE268
Text Example
Text Example
White with #7CE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE268; }
p { color: rgb(124,226,104); }
H1.HeaderClassName
{
color: #7CE268;
}
.AnyTagClassName
{
color: #7CE268;
}
</style>
background-color css
<style>
a { background-color: #7CE268; }
a { background-color: rgb(124,226,104); }
div.DivClassName
{
background-color: #7CE268;
}
.BgClassName
{
background-color: #7CE268;
}
</style>
border-color css
<style>
span { border-color: #7CE268; }
span { border-color: rgb(124,226,104); }
td.TdClassName
{
border-color: #7CE268;
}
.TagClassName
{
border-color: #7CE268;
}
</style>