Shades of Pastel Green #7CDD80
Tints of Pastel Green #7CDD80
RGB
CMYK
RGB Variations
Color information
#7CDD80 (or 0x7CDD80) is known color: Pastel Green. HEX triplet: 7C, DD and 80. RGB value is (124,221,128). Sum of RGB (Red+Green+Blue) = 124+221+128=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD80 is #83227F. Grayscale: #B5B5B5. Windows color (decimal): -8594048 or 8445308. OLE color: 8445308.
HSL color Cylindrical-coordinate representation of color #7CDD80: hue angle of 122.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD80 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 128 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.13 |
| HSL | 122.47º | 0.59% | 0.68% | - |
| HSV(B) | 122.47º | 0.44% | 0.87% | - |
| XYZ | 38.06 | 57.56 | 29.53 | - |
| YUV | 181.4 | 97.86 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 128 | 0.44 | 0 | 0.42 | 0.13 | 122.47 | 0.59 | 0.68 |
| Hex | 7C | DD | 80 | 2C | 0 | 2A | D | 7A | 3B | 44 |
| Octal | 174 | 335 | 200 | 54 | 0 | 52 | 15 | 172 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10000000 | 101100 | 0 | 101010 | 1101 | 1111010 | 111011 | 1000100 |
Color Harmonies of #7CDD80
Complementary color
Monochromatic Colors of #7CDD80
Black with #7CDD80
Text Example
Text Example
White with #7CDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD80; }
p { color: rgb(124,221,128); }
H1.HeaderClassName
{
color: #7CDD80;
}
.AnyTagClassName
{
color: #7CDD80;
}
</style>
background-color css
<style>
a { background-color: #7CDD80; }
a { background-color: rgb(124,221,128); }
div.DivClassName
{
background-color: #7CDD80;
}
.BgClassName
{
background-color: #7CDD80;
}
</style>
border-color css
<style>
span { border-color: #7CDD80; }
span { border-color: rgb(124,221,128); }
td.TdClassName
{
border-color: #7CDD80;
}
.TagClassName
{
border-color: #7CDD80;
}
</style>