Shades of Pastel Green #7CEB80
Tints of Pastel Green #7CEB80
RGB
CMYK
RGB Variations
Color information
#7CEB80 (or 0x7CEB80) is known color: Pastel Green. HEX triplet: 7C, EB and 80. RGB value is (124,235,128). Sum of RGB (Red+Green+Blue) = 124+235+128=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEB80 is #83147F. Grayscale: #BDBDBD. Windows color (decimal): -8590464 or 8448892. OLE color: 8448892.
HSL color Cylindrical-coordinate representation of color #7CEB80: hue angle of 122.16º degrees, saturation: 0.74, 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 #7CEB80 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 128 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.08 |
| HSL | 122.16º | 0.74% | 0.7% | - |
| HSV(B) | 122.16º | 0.47% | 0.92% | - |
| XYZ | 41.92 | 65.26 | 30.81 | - |
| YUV | 189.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 128 | 0.47 | 0 | 0.46 | 0.08 | 122.16 | 0.74 | 0.7 |
| Hex | 7C | EB | 80 | 2F | 0 | 2E | 8 | 7A | 4A | 46 |
| Octal | 174 | 353 | 200 | 57 | 0 | 56 | 10 | 172 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10000000 | 101111 | 0 | 101110 | 1000 | 1111010 | 1001010 | 1000110 |
Color Harmonies of #7CEB80
Complementary color
Monochromatic Colors of #7CEB80
Black with #7CEB80
Text Example
Text Example
White with #7CEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEB80; }
p { color: rgb(124,235,128); }
H1.HeaderClassName
{
color: #7CEB80;
}
.AnyTagClassName
{
color: #7CEB80;
}
</style>
background-color css
<style>
a { background-color: #7CEB80; }
a { background-color: rgb(124,235,128); }
div.DivClassName
{
background-color: #7CEB80;
}
.BgClassName
{
background-color: #7CEB80;
}
</style>
border-color css
<style>
span { border-color: #7CEB80; }
span { border-color: rgb(124,235,128); }
td.TdClassName
{
border-color: #7CEB80;
}
.TagClassName
{
border-color: #7CEB80;
}
</style>