Shades of Pastel Green #7CCC78
Tints of Pastel Green #7CCC78
RGB
CMYK
RGB Variations
Color information
#7CCC78 (or 0x7CCC78) is known color: Pastel Green. HEX triplet: 7C, CC and 78. RGB value is (124,204,120). Sum of RGB (Red+Green+Blue) = 124+204+120=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC78 is #833387. Grayscale: #AAAAAA. Windows color (decimal): -8598408 or 7916668. OLE color: 7916668.
HSL color Cylindrical-coordinate representation of color #7CCC78: hue angle of 117.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CCC78 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 120 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.2 |
| HSL | 117.14º | 0.45% | 0.64% | - |
| HSV(B) | 117.14º | 0.41% | 0.8% | - |
| XYZ | 33.3 | 48.83 | 25.44 | - |
| YUV | 170.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 120 | 0.39 | 0 | 0.41 | 0.2 | 117.14 | 0.45 | 0.64 |
| Hex | 7C | CC | 78 | 27 | 0 | 29 | 14 | 75 | 2D | 40 |
| Octal | 174 | 314 | 170 | 47 | 0 | 51 | 24 | 165 | 55 | 100 |
| Binary | 1111100 | 11001100 | 1111000 | 100111 | 0 | 101001 | 10100 | 1110101 | 101101 | 1000000 |
Color Harmonies of #7CCC78
Complementary color
Monochromatic Colors of #7CCC78
Black with #7CCC78
Text Example
Text Example
White with #7CCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC78; }
p { color: rgb(124,204,120); }
H1.HeaderClassName
{
color: #7CCC78;
}
.AnyTagClassName
{
color: #7CCC78;
}
</style>
background-color css
<style>
a { background-color: #7CCC78; }
a { background-color: rgb(124,204,120); }
div.DivClassName
{
background-color: #7CCC78;
}
.BgClassName
{
background-color: #7CCC78;
}
</style>
border-color css
<style>
span { border-color: #7CCC78; }
span { border-color: rgb(124,204,120); }
td.TdClassName
{
border-color: #7CCC78;
}
.TagClassName
{
border-color: #7CCC78;
}
</style>