Shades of Pastel Green #7CC872
Tints of Pastel Green #7CC872
RGB
CMYK
RGB Variations
Color information
#7CC872 (or 0x7CC872) is known color: Pastel Green. HEX triplet: 7C, C8 and 72. RGB value is (124,200,114). Sum of RGB (Red+Green+Blue) = 124+200+114=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC872 is #83378D. Grayscale: #A7A7A7. Windows color (decimal): -8599438 or 7522428. OLE color: 7522428.
HSL color Cylindrical-coordinate representation of color #7CC872: hue angle of 113.02º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CC872 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 114 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.22 |
| HSL | 113.02º | 0.44% | 0.62% | - |
| HSV(B) | 113.02º | 0.43% | 0.78% | - |
| XYZ | 32 | 46.81 | 23.27 | - |
| YUV | 167.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 114 | 0.38 | 0 | 0.43 | 0.22 | 113.02 | 0.44 | 0.62 |
| Hex | 7C | C8 | 72 | 26 | 0 | 2B | 16 | 71 | 2C | 3E |
| Octal | 174 | 310 | 162 | 46 | 0 | 53 | 26 | 161 | 54 | 76 |
| Binary | 1111100 | 11001000 | 1110010 | 100110 | 0 | 101011 | 10110 | 1110001 | 101100 | 111110 |
Color Harmonies of #7CC872
Complementary color
Monochromatic Colors of #7CC872
Black with #7CC872
Text Example
Text Example
White with #7CC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC872; }
p { color: rgb(124,200,114); }
H1.HeaderClassName
{
color: #7CC872;
}
.AnyTagClassName
{
color: #7CC872;
}
</style>
background-color css
<style>
a { background-color: #7CC872; }
a { background-color: rgb(124,200,114); }
div.DivClassName
{
background-color: #7CC872;
}
.BgClassName
{
background-color: #7CC872;
}
</style>
border-color css
<style>
span { border-color: #7CC872; }
span { border-color: rgb(124,200,114); }
td.TdClassName
{
border-color: #7CC872;
}
.TagClassName
{
border-color: #7CC872;
}
</style>