Shades of Pastel Green #7CCC72
Tints of Pastel Green #7CCC72
RGB
CMYK
RGB Variations
Color information
#7CCC72 (or 0x7CCC72) is known color: Pastel Green. HEX triplet: 7C, CC and 72. RGB value is (124,204,114). Sum of RGB (Red+Green+Blue) = 124+204+114=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC72 is #83338D. Grayscale: #AAAAAA. Windows color (decimal): -8598414 or 7523452. OLE color: 7523452.
HSL color Cylindrical-coordinate representation of color #7CCC72: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCC72 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 114 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.2 |
| HSL | 113.33º | 0.47% | 0.62% | - |
| HSV(B) | 113.33º | 0.44% | 0.8% | - |
| XYZ | 32.94 | 48.69 | 23.58 | - |
| YUV | 169.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 114 | 0.39 | 0 | 0.44 | 0.2 | 113.33 | 0.47 | 0.62 |
| Hex | 7C | CC | 72 | 27 | 0 | 2C | 14 | 71 | 2F | 3E |
| Octal | 174 | 314 | 162 | 47 | 0 | 54 | 24 | 161 | 57 | 76 |
| Binary | 1111100 | 11001100 | 1110010 | 100111 | 0 | 101100 | 10100 | 1110001 | 101111 | 111110 |
Color Harmonies of #7CCC72
Complementary color
Monochromatic Colors of #7CCC72
Black with #7CCC72
Text Example
Text Example
White with #7CCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC72; }
p { color: rgb(124,204,114); }
H1.HeaderClassName
{
color: #7CCC72;
}
.AnyTagClassName
{
color: #7CCC72;
}
</style>
background-color css
<style>
a { background-color: #7CCC72; }
a { background-color: rgb(124,204,114); }
div.DivClassName
{
background-color: #7CCC72;
}
.BgClassName
{
background-color: #7CCC72;
}
</style>
border-color css
<style>
span { border-color: #7CCC72; }
span { border-color: rgb(124,204,114); }
td.TdClassName
{
border-color: #7CCC72;
}
.TagClassName
{
border-color: #7CCC72;
}
</style>