Shades of Pastel Green #7CDC66
Tints of Pastel Green #7CDC66
RGB
CMYK
RGB Variations
Color information
#7CDC66 (or 0x7CDC66) is known color: Pastel Green. HEX triplet: 7C, DC and 66. RGB value is (124,220,102). Sum of RGB (Red+Green+Blue) = 124+220+102=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC66 is #832399. Grayscale: #B2B2B2. Windows color (decimal): -8594330 or 6741116. OLE color: 6741116.
HSL color Cylindrical-coordinate representation of color #7CDC66: hue angle of 108.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CDC66 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 102 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.14 |
| HSL | 108.81º | 0.63% | 0.63% | - |
| HSV(B) | 108.81º | 0.54% | 0.86% | - |
| XYZ | 36.3 | 56.43 | 21.55 | - |
| YUV | 177.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 102 | 0.44 | 0 | 0.54 | 0.14 | 108.81 | 0.63 | 0.63 |
| Hex | 7C | DC | 66 | 2C | 0 | 36 | E | 6D | 3F | 3F |
| Octal | 174 | 334 | 146 | 54 | 0 | 66 | 16 | 155 | 77 | 77 |
| Binary | 1111100 | 11011100 | 1100110 | 101100 | 0 | 110110 | 1110 | 1101101 | 111111 | 111111 |
Color Harmonies of #7CDC66
Complementary color
Monochromatic Colors of #7CDC66
Black with #7CDC66
Text Example
Text Example
White with #7CDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC66; }
p { color: rgb(124,220,102); }
H1.HeaderClassName
{
color: #7CDC66;
}
.AnyTagClassName
{
color: #7CDC66;
}
</style>
background-color css
<style>
a { background-color: #7CDC66; }
a { background-color: rgb(124,220,102); }
div.DivClassName
{
background-color: #7CDC66;
}
.BgClassName
{
background-color: #7CDC66;
}
</style>
border-color css
<style>
span { border-color: #7CDC66; }
span { border-color: rgb(124,220,102); }
td.TdClassName
{
border-color: #7CDC66;
}
.TagClassName
{
border-color: #7CDC66;
}
</style>