Shades of Pastel Green #7CE26A
Tints of Pastel Green #7CE26A
RGB
CMYK
RGB Variations
Color information
#7CE26A (or 0x7CE26A) is known color: Pastel Green. HEX triplet: 7C, E2 and 6A. RGB value is (124,226,106). Sum of RGB (Red+Green+Blue) = 124+226+106=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE26A is #831D95. Grayscale: #B6B6B6. Windows color (decimal): -8592790 or 7004796. OLE color: 7004796.
HSL color Cylindrical-coordinate representation of color #7CE26A: hue angle of 111º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CE26A is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 106 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.11 |
| HSL | 111º | 0.67% | 0.65% | - |
| HSV(B) | 111º | 0.53% | 0.89% | - |
| XYZ | 38.11 | 59.72 | 23.15 | - |
| YUV | 181.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 106 | 0.45 | 0 | 0.53 | 0.11 | 111 | 0.67 | 0.65 |
| Hex | 7C | E2 | 6A | 2D | 0 | 35 | B | 6F | 43 | 41 |
| Octal | 174 | 342 | 152 | 55 | 0 | 65 | 13 | 157 | 103 | 101 |
| Binary | 1111100 | 11100010 | 1101010 | 101101 | 0 | 110101 | 1011 | 1101111 | 1000011 | 1000001 |
Color Harmonies of #7CE26A
Complementary color
Monochromatic Colors of #7CE26A
Black with #7CE26A
Text Example
Text Example
White with #7CE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE26A; }
p { color: rgb(124,226,106); }
H1.HeaderClassName
{
color: #7CE26A;
}
.AnyTagClassName
{
color: #7CE26A;
}
</style>
background-color css
<style>
a { background-color: #7CE26A; }
a { background-color: rgb(124,226,106); }
div.DivClassName
{
background-color: #7CE26A;
}
.BgClassName
{
background-color: #7CE26A;
}
</style>
border-color css
<style>
span { border-color: #7CE26A; }
span { border-color: rgb(124,226,106); }
td.TdClassName
{
border-color: #7CE26A;
}
.TagClassName
{
border-color: #7CE26A;
}
</style>