Shades of Pastel Green #7CDD62
Tints of Pastel Green #7CDD62
RGB
CMYK
RGB Variations
Color information
#7CDD62 (or 0x7CDD62) is known color: Pastel Green. HEX triplet: 7C, DD and 62. RGB value is (124,221,98). Sum of RGB (Red+Green+Blue) = 124+221+98=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD62 is #83229D. Grayscale: #B2B2B2. Windows color (decimal): -8594078 or 6479228. OLE color: 6479228.
HSL color Cylindrical-coordinate representation of color #7CDD62: hue angle of 107.32º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CDD62 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 98 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.13 |
| HSL | 107.32º | 0.64% | 0.63% | - |
| HSV(B) | 107.32º | 0.56% | 0.87% | - |
| XYZ | 36.37 | 56.88 | 20.62 | - |
| YUV | 177.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 98 | 0.44 | 0 | 0.56 | 0.13 | 107.32 | 0.64 | 0.63 |
| Hex | 7C | DD | 62 | 2C | 0 | 38 | D | 6B | 40 | 3F |
| Octal | 174 | 335 | 142 | 54 | 0 | 70 | 15 | 153 | 100 | 77 |
| Binary | 1111100 | 11011101 | 1100010 | 101100 | 0 | 111000 | 1101 | 1101011 | 1000000 | 111111 |
Color Harmonies of #7CDD62
Complementary color
Monochromatic Colors of #7CDD62
Black with #7CDD62
Text Example
Text Example
White with #7CDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD62; }
p { color: rgb(124,221,98); }
H1.HeaderClassName
{
color: #7CDD62;
}
.AnyTagClassName
{
color: #7CDD62;
}
</style>
background-color css
<style>
a { background-color: #7CDD62; }
a { background-color: rgb(124,221,98); }
div.DivClassName
{
background-color: #7CDD62;
}
.BgClassName
{
background-color: #7CDD62;
}
</style>
border-color css
<style>
span { border-color: #7CDD62; }
span { border-color: rgb(124,221,98); }
td.TdClassName
{
border-color: #7CDD62;
}
.TagClassName
{
border-color: #7CDD62;
}
</style>