Shades of Pastel Green #7CDD72
Tints of Pastel Green #7CDD72
RGB
CMYK
RGB Variations
Color information
#7CDD72 (or 0x7CDD72) is known color: Pastel Green. HEX triplet: 7C, DD and 72. RGB value is (124,221,114). Sum of RGB (Red+Green+Blue) = 124+221+114=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD72 is #83228D. Grayscale: #B4B4B4. Windows color (decimal): -8594062 or 7527804. OLE color: 7527804.
HSL color Cylindrical-coordinate representation of color #7CDD72: hue angle of 114.39º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CDD72 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 114 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.13 |
| HSL | 114.39º | 0.61% | 0.66% | - |
| HSV(B) | 114.39º | 0.48% | 0.87% | - |
| XYZ | 37.21 | 57.21 | 25 | - |
| YUV | 179.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 114 | 0.44 | 0 | 0.48 | 0.13 | 114.39 | 0.61 | 0.66 |
| Hex | 7C | DD | 72 | 2C | 0 | 30 | D | 72 | 3D | 42 |
| Octal | 174 | 335 | 162 | 54 | 0 | 60 | 15 | 162 | 75 | 102 |
| Binary | 1111100 | 11011101 | 1110010 | 101100 | 0 | 110000 | 1101 | 1110010 | 111101 | 1000010 |
Color Harmonies of #7CDD72
Complementary color
Monochromatic Colors of #7CDD72
Black with #7CDD72
Text Example
Text Example
White with #7CDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD72; }
p { color: rgb(124,221,114); }
H1.HeaderClassName
{
color: #7CDD72;
}
.AnyTagClassName
{
color: #7CDD72;
}
</style>
background-color css
<style>
a { background-color: #7CDD72; }
a { background-color: rgb(124,221,114); }
div.DivClassName
{
background-color: #7CDD72;
}
.BgClassName
{
background-color: #7CDD72;
}
</style>
border-color css
<style>
span { border-color: #7CDD72; }
span { border-color: rgb(124,221,114); }
td.TdClassName
{
border-color: #7CDD72;
}
.TagClassName
{
border-color: #7CDD72;
}
</style>