Shades of Pastel Green #7CE080
Tints of Pastel Green #7CE080
RGB
CMYK
RGB Variations
Color information
#7CE080 (or 0x7CE080) is known color: Pastel Green. HEX triplet: 7C, E0 and 80. RGB value is (124,224,128). Sum of RGB (Red+Green+Blue) = 124+224+128=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE080 is #831F7F. Grayscale: #B7B7B7. Windows color (decimal): -8593280 or 8446076. OLE color: 8446076.
HSL color Cylindrical-coordinate representation of color #7CE080: hue angle of 122.4º degrees, saturation: 0.62, 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 #7CE080 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 128 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.12 |
| HSL | 122.4º | 0.62% | 0.68% | - |
| HSV(B) | 122.4º | 0.45% | 0.88% | - |
| XYZ | 38.86 | 59.15 | 29.79 | - |
| YUV | 183.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 128 | 0.45 | 0 | 0.43 | 0.12 | 122.4 | 0.62 | 0.68 |
| Hex | 7C | E0 | 80 | 2D | 0 | 2B | C | 7A | 3E | 44 |
| Octal | 174 | 340 | 200 | 55 | 0 | 53 | 14 | 172 | 76 | 104 |
| Binary | 1111100 | 11100000 | 10000000 | 101101 | 0 | 101011 | 1100 | 1111010 | 111110 | 1000100 |
Color Harmonies of #7CE080
Complementary color
Monochromatic Colors of #7CE080
Black with #7CE080
Text Example
Text Example
White with #7CE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE080; }
p { color: rgb(124,224,128); }
H1.HeaderClassName
{
color: #7CE080;
}
.AnyTagClassName
{
color: #7CE080;
}
</style>
background-color css
<style>
a { background-color: #7CE080; }
a { background-color: rgb(124,224,128); }
div.DivClassName
{
background-color: #7CE080;
}
.BgClassName
{
background-color: #7CE080;
}
</style>
border-color css
<style>
span { border-color: #7CE080; }
span { border-color: rgb(124,224,128); }
td.TdClassName
{
border-color: #7CE080;
}
.TagClassName
{
border-color: #7CE080;
}
</style>