Shades of Pastel Green #7CCC6F
Tints of Pastel Green #7CCC6F
RGB
CMYK
RGB Variations
Color information
#7CCC6F (or 0x7CCC6F) is known color: Pastel Green. HEX triplet: 7C, CC and 6F. RGB value is (124,204,111). Sum of RGB (Red+Green+Blue) = 124+204+111=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC6F is #833390. Grayscale: #A9A9A9. Windows color (decimal): -8598417 or 7326844. OLE color: 7326844.
HSL color Cylindrical-coordinate representation of color #7CCC6F: hue angle of 111.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CCC6F is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 111 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.2 |
| HSL | 111.61º | 0.48% | 0.62% | - |
| HSV(B) | 111.61º | 0.46% | 0.8% | - |
| XYZ | 32.77 | 48.62 | 22.7 | - |
| YUV | 169.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 111 | 0.39 | 0 | 0.46 | 0.2 | 111.61 | 0.48 | 0.62 |
| Hex | 7C | CC | 6F | 27 | 0 | 2E | 14 | 70 | 30 | 3E |
| Octal | 174 | 314 | 157 | 47 | 0 | 56 | 24 | 160 | 60 | 76 |
| Binary | 1111100 | 11001100 | 1101111 | 100111 | 0 | 101110 | 10100 | 1110000 | 110000 | 111110 |
Color Harmonies of #7CCC6F
Complementary color
Monochromatic Colors of #7CCC6F
Black with #7CCC6F
Text Example
Text Example
White with #7CCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC6F; }
p { color: rgb(124,204,111); }
H1.HeaderClassName
{
color: #7CCC6F;
}
.AnyTagClassName
{
color: #7CCC6F;
}
</style>
background-color css
<style>
a { background-color: #7CCC6F; }
a { background-color: rgb(124,204,111); }
div.DivClassName
{
background-color: #7CCC6F;
}
.BgClassName
{
background-color: #7CCC6F;
}
</style>
border-color css
<style>
span { border-color: #7CCC6F; }
span { border-color: rgb(124,204,111); }
td.TdClassName
{
border-color: #7CCC6F;
}
.TagClassName
{
border-color: #7CCC6F;
}
</style>