Shades of Pastel Green #7CCD76
Tints of Pastel Green #7CCD76
RGB
CMYK
RGB Variations
Color information
#7CCD76 (or 0x7CCD76) is known color: Pastel Green. HEX triplet: 7C, CD and 76. RGB value is (124,205,118). Sum of RGB (Red+Green+Blue) = 124+205+118=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD76 is #833289. Grayscale: #ABABAB. Windows color (decimal): -8598154 or 7785852. OLE color: 7785852.
HSL color Cylindrical-coordinate representation of color #7CCD76: hue angle of 115.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CCD76 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 118 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.20 |
| HSL | 115.86º | 0.47% | 0.63% | - |
| HSV(B) | 115.86º | 0.42% | 0.8% | - |
| XYZ | 33.41 | 49.26 | 24.89 | - |
| YUV | 170.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 118 | 0.40 | 0 | 0.42 | 0.20 | 115.86 | 0.47 | 0.63 |
| Hex | 7C | CD | 76 | 28 | 0 | 2A | 14 | 74 | 2F | 3F |
| Octal | 174 | 315 | 166 | 50 | 0 | 52 | 24 | 164 | 57 | 77 |
| Binary | 1111100 | 11001101 | 1110110 | 101000 | 0 | 101010 | 10100 | 1110100 | 101111 | 111111 |
Color Harmonies of #7CCD76
Complementary color
Monochromatic Colors of #7CCD76
Black with #7CCD76
Text Example
Text Example
White with #7CCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD76; }
p { color: rgb(124,205,118); }
H1.HeaderClassName
{
color: #7CCD76;
}
.AnyTagClassName
{
color: #7CCD76;
}
</style>
background-color css
<style>
a { background-color: #7CCD76; }
a { background-color: rgb(124,205,118); }
div.DivClassName
{
background-color: #7CCD76;
}
.BgClassName
{
background-color: #7CCD76;
}
</style>
border-color css
<style>
span { border-color: #7CCD76; }
span { border-color: rgb(124,205,118); }
td.TdClassName
{
border-color: #7CCD76;
}
.TagClassName
{
border-color: #7CCD76;
}
</style>