Shades of Pastel Green #7FCC72
Tints of Pastel Green #7FCC72
RGB
CMYK
RGB Variations
Color information
#7FCC72 (or 0x7FCC72) is known color: Pastel Green. HEX triplet: 7F, CC and 72. RGB value is (127,204,114). Sum of RGB (Red+Green+Blue) = 127+204+114=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC72 is #80338D. Grayscale: #ABABAB. Windows color (decimal): -8401806 or 7523455. OLE color: 7523455.
HSL color Cylindrical-coordinate representation of color #7FCC72: hue angle of 111.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 #7FCC72 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 114 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.2 |
| HSL | 111.33º | 0.47% | 0.62% | - |
| HSV(B) | 111.33º | 0.44% | 0.8% | - |
| XYZ | 33.38 | 48.91 | 23.6 | - |
| YUV | 170.72 | 95.99 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 114 | 0.38 | 0 | 0.44 | 0.2 | 111.33 | 0.47 | 0.62 |
| Hex | 7F | CC | 72 | 26 | 0 | 2C | 14 | 6F | 2F | 3E |
| Octal | 177 | 314 | 162 | 46 | 0 | 54 | 24 | 157 | 57 | 76 |
| Binary | 1111111 | 11001100 | 1110010 | 100110 | 0 | 101100 | 10100 | 1101111 | 101111 | 111110 |
Color Harmonies of #7FCC72
Complementary color
Monochromatic Colors of #7FCC72
Black with #7FCC72
Text Example
Text Example
White with #7FCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC72; }
p { color: rgb(127,204,114); }
H1.HeaderClassName
{
color: #7FCC72;
}
.AnyTagClassName
{
color: #7FCC72;
}
</style>
background-color css
<style>
a { background-color: #7FCC72; }
a { background-color: rgb(127,204,114); }
div.DivClassName
{
background-color: #7FCC72;
}
.BgClassName
{
background-color: #7FCC72;
}
</style>
border-color css
<style>
span { border-color: #7FCC72; }
span { border-color: rgb(127,204,114); }
td.TdClassName
{
border-color: #7FCC72;
}
.TagClassName
{
border-color: #7FCC72;
}
</style>