Shades of Pastel Green #7CE680
Tints of Pastel Green #7CE680
RGB
CMYK
RGB Variations
Color information
#7CE680 (or 0x7CE680) is known color: Pastel Green. HEX triplet: 7C, E6 and 80. RGB value is (124,230,128). Sum of RGB (Red+Green+Blue) = 124+230+128=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE680 is #83197F. Grayscale: #BABABA. Windows color (decimal): -8591744 or 8447612. OLE color: 8447612.
HSL color Cylindrical-coordinate representation of color #7CE680: hue angle of 122.26º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE680 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 128 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.10 |
| HSL | 122.26º | 0.68% | 0.69% | - |
| HSV(B) | 122.26º | 0.46% | 0.9% | - |
| XYZ | 40.51 | 62.44 | 30.34 | - |
| YUV | 186.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 128 | 0.46 | 0 | 0.44 | 0.10 | 122.26 | 0.68 | 0.69 |
| Hex | 7C | E6 | 80 | 2E | 0 | 2C | A | 7A | 44 | 45 |
| Octal | 174 | 346 | 200 | 56 | 0 | 54 | 12 | 172 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10000000 | 101110 | 0 | 101100 | 1010 | 1111010 | 1000100 | 1000101 |
Color Harmonies of #7CE680
Complementary color
Monochromatic Colors of #7CE680
Black with #7CE680
Text Example
Text Example
White with #7CE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE680; }
p { color: rgb(124,230,128); }
H1.HeaderClassName
{
color: #7CE680;
}
.AnyTagClassName
{
color: #7CE680;
}
</style>
background-color css
<style>
a { background-color: #7CE680; }
a { background-color: rgb(124,230,128); }
div.DivClassName
{
background-color: #7CE680;
}
.BgClassName
{
background-color: #7CE680;
}
</style>
border-color css
<style>
span { border-color: #7CE680; }
span { border-color: rgb(124,230,128); }
td.TdClassName
{
border-color: #7CE680;
}
.TagClassName
{
border-color: #7CE680;
}
</style>