Shades of Pastel Green #7CDD78
Tints of Pastel Green #7CDD78
RGB
CMYK
RGB Variations
Color information
#7CDD78 (or 0x7CDD78) is known color: Pastel Green. HEX triplet: 7C, DD and 78. RGB value is (124,221,120). Sum of RGB (Red+Green+Blue) = 124+221+120=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD78 is #832287. Grayscale: #B4B4B4. Windows color (decimal): -8594056 or 7921020. OLE color: 7921020.
HSL color Cylindrical-coordinate representation of color #7CDD78: hue angle of 117.62º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CDD78 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 120 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.13 |
| HSL | 117.62º | 0.6% | 0.67% | - |
| HSV(B) | 117.62º | 0.46% | 0.87% | - |
| XYZ | 37.56 | 57.35 | 26.86 | - |
| YUV | 180.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 120 | 0.44 | 0 | 0.46 | 0.13 | 117.62 | 0.6 | 0.67 |
| Hex | 7C | DD | 78 | 2C | 0 | 2E | D | 76 | 3C | 43 |
| Octal | 174 | 335 | 170 | 54 | 0 | 56 | 15 | 166 | 74 | 103 |
| Binary | 1111100 | 11011101 | 1111000 | 101100 | 0 | 101110 | 1101 | 1110110 | 111100 | 1000011 |
Color Harmonies of #7CDD78
Complementary color
Monochromatic Colors of #7CDD78
Black with #7CDD78
Text Example
Text Example
White with #7CDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD78; }
p { color: rgb(124,221,120); }
H1.HeaderClassName
{
color: #7CDD78;
}
.AnyTagClassName
{
color: #7CDD78;
}
</style>
background-color css
<style>
a { background-color: #7CDD78; }
a { background-color: rgb(124,221,120); }
div.DivClassName
{
background-color: #7CDD78;
}
.BgClassName
{
background-color: #7CDD78;
}
</style>
border-color css
<style>
span { border-color: #7CDD78; }
span { border-color: rgb(124,221,120); }
td.TdClassName
{
border-color: #7CDD78;
}
.TagClassName
{
border-color: #7CDD78;
}
</style>