Shades of Pastel Green #72C770
Tints of Pastel Green #72C770
RGB
CMYK
RGB Variations
Color information
#72C770 (or 0x72C770) is known color: Pastel Green. HEX triplet: 72, C7 and 70. RGB value is (114,199,112). Sum of RGB (Red+Green+Blue) = 114+199+112=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #72C770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C770 is #8D388F. Grayscale: #A3A3A3. Windows color (decimal): -9255056 or 7391090. OLE color: 7391090.
HSL color Cylindrical-coordinate representation of color #72C770: hue angle of 118.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C770 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 112 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.22 |
| HSL | 118.62º | 0.44% | 0.61% | - |
| HSV(B) | 118.62º | 0.44% | 0.78% | - |
| XYZ | 30.29 | 45.59 | 22.53 | - |
| YUV | 163.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 112 | 0.43 | 0 | 0.44 | 0.22 | 118.62 | 0.44 | 0.61 |
| Hex | 72 | C7 | 70 | 2B | 0 | 2C | 16 | 77 | 2C | 3D |
| Octal | 162 | 307 | 160 | 53 | 0 | 54 | 26 | 167 | 54 | 75 |
| Binary | 1110010 | 11000111 | 1110000 | 101011 | 0 | 101100 | 10110 | 1110111 | 101100 | 111101 |
Color Harmonies of #72C770
Complementary color
Monochromatic Colors of #72C770
Black with #72C770
Text Example
Text Example
White with #72C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C770; }
p { color: rgb(114,199,112); }
H1.HeaderClassName
{
color: #72C770;
}
.AnyTagClassName
{
color: #72C770;
}
</style>
background-color css
<style>
a { background-color: #72C770; }
a { background-color: rgb(114,199,112); }
div.DivClassName
{
background-color: #72C770;
}
.BgClassName
{
background-color: #72C770;
}
</style>
border-color css
<style>
span { border-color: #72C770; }
span { border-color: rgb(114,199,112); }
td.TdClassName
{
border-color: #72C770;
}
.TagClassName
{
border-color: #72C770;
}
</style>