Shades of Pastel Green #72D579
Tints of Pastel Green #72D579
RGB
CMYK
RGB Variations
Color information
#72D579 (or 0x72D579) is known color: Pastel Green. HEX triplet: 72, D5 and 79. RGB value is (114,213,121). Sum of RGB (Red+Green+Blue) = 114+213+121=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #72D579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D579 is #8D2A86. Grayscale: #ADADAD. Windows color (decimal): -9251463 or 7984498. OLE color: 7984498.
HSL color Cylindrical-coordinate representation of color #72D579: hue angle of 124.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D579 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 121 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.16 |
| HSL | 124.24º | 0.54% | 0.64% | - |
| HSV(B) | 124.24º | 0.46% | 0.84% | - |
| XYZ | 34.18 | 52.55 | 26.43 | - |
| YUV | 172.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 121 | 0.46 | 0 | 0.43 | 0.16 | 124.24 | 0.54 | 0.64 |
| Hex | 72 | D5 | 79 | 2E | 0 | 2B | 10 | 7C | 36 | 40 |
| Octal | 162 | 325 | 171 | 56 | 0 | 53 | 20 | 174 | 66 | 100 |
| Binary | 1110010 | 11010101 | 1111001 | 101110 | 0 | 101011 | 10000 | 1111100 | 110110 | 1000000 |
Color Harmonies of #72D579
Complementary color
Monochromatic Colors of #72D579
Black with #72D579
Text Example
Text Example
White with #72D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D579; }
p { color: rgb(114,213,121); }
H1.HeaderClassName
{
color: #72D579;
}
.AnyTagClassName
{
color: #72D579;
}
</style>
background-color css
<style>
a { background-color: #72D579; }
a { background-color: rgb(114,213,121); }
div.DivClassName
{
background-color: #72D579;
}
.BgClassName
{
background-color: #72D579;
}
</style>
border-color css
<style>
span { border-color: #72D579; }
span { border-color: rgb(114,213,121); }
td.TdClassName
{
border-color: #72D579;
}
.TagClassName
{
border-color: #72D579;
}
</style>