Shades of Pastel Green #72D576
Tints of Pastel Green #72D576
RGB
CMYK
RGB Variations
Color information
#72D576 (or 0x72D576) is known color: Pastel Green. HEX triplet: 72, D5 and 76. RGB value is (114,213,118). Sum of RGB (Red+Green+Blue) = 114+213+118=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #72D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D576 is #8D2A89. Grayscale: #ACACAC. Windows color (decimal): -9251466 or 7787890. OLE color: 7787890.
HSL color Cylindrical-coordinate representation of color #72D576: hue angle of 122.42º 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 #72D576 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 118 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 122.42º | 0.54% | 0.64% | - |
| HSV(B) | 122.42º | 0.46% | 0.84% | - |
| XYZ | 34 | 52.47 | 25.48 | - |
| YUV | 172.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 118 | 0.46 | 0 | 0.45 | 0.16 | 122.42 | 0.54 | 0.64 |
| Hex | 72 | D5 | 76 | 2E | 0 | 2D | 10 | 7A | 36 | 40 |
| Octal | 162 | 325 | 166 | 56 | 0 | 55 | 20 | 172 | 66 | 100 |
| Binary | 1110010 | 11010101 | 1110110 | 101110 | 0 | 101101 | 10000 | 1111010 | 110110 | 1000000 |
Color Harmonies of #72D576
Complementary color
Monochromatic Colors of #72D576
Black with #72D576
Text Example
Text Example
White with #72D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D576; }
p { color: rgb(114,213,118); }
H1.HeaderClassName
{
color: #72D576;
}
.AnyTagClassName
{
color: #72D576;
}
</style>
background-color css
<style>
a { background-color: #72D576; }
a { background-color: rgb(114,213,118); }
div.DivClassName
{
background-color: #72D576;
}
.BgClassName
{
background-color: #72D576;
}
</style>
border-color css
<style>
span { border-color: #72D576; }
span { border-color: rgb(114,213,118); }
td.TdClassName
{
border-color: #72D576;
}
.TagClassName
{
border-color: #72D576;
}
</style>