Shades of Pastel Green #72D577
Tints of Pastel Green #72D577
RGB
CMYK
RGB Variations
Color information
#72D577 (or 0x72D577) is known color: Pastel Green. HEX triplet: 72, D5 and 77. RGB value is (114,213,119). Sum of RGB (Red+Green+Blue) = 114+213+119=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #72D577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D577 is #8D2A88. Grayscale: #ACACAC. Windows color (decimal): -9251465 or 7853426. OLE color: 7853426.
HSL color Cylindrical-coordinate representation of color #72D577: hue angle of 123.03º 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 #72D577 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 119 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.16 |
| HSL | 123.03º | 0.54% | 0.64% | - |
| HSV(B) | 123.03º | 0.46% | 0.84% | - |
| XYZ | 34.06 | 52.5 | 25.79 | - |
| YUV | 172.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 119 | 0.46 | 0 | 0.44 | 0.16 | 123.03 | 0.54 | 0.64 |
| Hex | 72 | D5 | 77 | 2E | 0 | 2C | 10 | 7B | 36 | 40 |
| Octal | 162 | 325 | 167 | 56 | 0 | 54 | 20 | 173 | 66 | 100 |
| Binary | 1110010 | 11010101 | 1110111 | 101110 | 0 | 101100 | 10000 | 1111011 | 110110 | 1000000 |
Color Harmonies of #72D577
Complementary color
Monochromatic Colors of #72D577
Black with #72D577
Text Example
Text Example
White with #72D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D577; }
p { color: rgb(114,213,119); }
H1.HeaderClassName
{
color: #72D577;
}
.AnyTagClassName
{
color: #72D577;
}
</style>
background-color css
<style>
a { background-color: #72D577; }
a { background-color: rgb(114,213,119); }
div.DivClassName
{
background-color: #72D577;
}
.BgClassName
{
background-color: #72D577;
}
</style>
border-color css
<style>
span { border-color: #72D577; }
span { border-color: rgb(114,213,119); }
td.TdClassName
{
border-color: #72D577;
}
.TagClassName
{
border-color: #72D577;
}
</style>