Shades of Pastel Green #7CEA80
Tints of Pastel Green #7CEA80
RGB
CMYK
RGB Variations
Color information
#7CEA80 (or 0x7CEA80) is known color: Pastel Green. HEX triplet: 7C, EA and 80. RGB value is (124,234,128). Sum of RGB (Red+Green+Blue) = 124+234+128=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEA80 is #83157F. Grayscale: #BDBDBD. Windows color (decimal): -8590720 or 8448636. OLE color: 8448636.
HSL color Cylindrical-coordinate representation of color #7CEA80: hue angle of 122.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEA80 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 128 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.08 |
| HSL | 122.18º | 0.72% | 0.7% | - |
| HSV(B) | 122.18º | 0.47% | 0.92% | - |
| XYZ | 41.63 | 64.69 | 30.71 | - |
| YUV | 189.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 128 | 0.47 | 0 | 0.45 | 0.08 | 122.18 | 0.72 | 0.7 |
| Hex | 7C | EA | 80 | 2F | 0 | 2D | 8 | 7A | 48 | 46 |
| Octal | 174 | 352 | 200 | 57 | 0 | 55 | 10 | 172 | 110 | 106 |
| Binary | 1111100 | 11101010 | 10000000 | 101111 | 0 | 101101 | 1000 | 1111010 | 1001000 | 1000110 |
Color Harmonies of #7CEA80
Complementary color
Monochromatic Colors of #7CEA80
Black with #7CEA80
Text Example
Text Example
White with #7CEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEA80; }
p { color: rgb(124,234,128); }
H1.HeaderClassName
{
color: #7CEA80;
}
.AnyTagClassName
{
color: #7CEA80;
}
</style>
background-color css
<style>
a { background-color: #7CEA80; }
a { background-color: rgb(124,234,128); }
div.DivClassName
{
background-color: #7CEA80;
}
.BgClassName
{
background-color: #7CEA80;
}
</style>
border-color css
<style>
span { border-color: #7CEA80; }
span { border-color: rgb(124,234,128); }
td.TdClassName
{
border-color: #7CEA80;
}
.TagClassName
{
border-color: #7CEA80;
}
</style>