Shades of Pastel Green #72D472
Tints of Pastel Green #72D472
RGB
CMYK
RGB Variations
Color information
#72D472 (or 0x72D472) is known color: Pastel Green. HEX triplet: 72, D4 and 72. RGB value is (114,212,114). Sum of RGB (Red+Green+Blue) = 114+212+114=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #72D472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D472 is #8D2B8D. Grayscale: #ABABAB. Windows color (decimal): -9251726 or 7525490. OLE color: 7525490.
HSL color Cylindrical-coordinate representation of color #72D472: hue angle of 120º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D472 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 114 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.17 |
| HSL | 120º | 0.53% | 0.64% | - |
| HSV(B) | 120º | 0.46% | 0.83% | - |
| XYZ | 33.52 | 51.88 | 24.17 | - |
| YUV | 171.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 114 | 0.46 | 0 | 0.46 | 0.17 | 120 | 0.53 | 0.64 |
| Hex | 72 | D4 | 72 | 2E | 0 | 2E | 11 | 78 | 35 | 40 |
| Octal | 162 | 324 | 162 | 56 | 0 | 56 | 21 | 170 | 65 | 100 |
| Binary | 1110010 | 11010100 | 1110010 | 101110 | 0 | 101110 | 10001 | 1111000 | 110101 | 1000000 |
Color Harmonies of #72D472
Complementary color
Monochromatic Colors of #72D472
Black with #72D472
Text Example
Text Example
White with #72D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D472; }
p { color: rgb(114,212,114); }
H1.HeaderClassName
{
color: #72D472;
}
.AnyTagClassName
{
color: #72D472;
}
</style>
background-color css
<style>
a { background-color: #72D472; }
a { background-color: rgb(114,212,114); }
div.DivClassName
{
background-color: #72D472;
}
.BgClassName
{
background-color: #72D472;
}
</style>
border-color css
<style>
span { border-color: #72D472; }
span { border-color: rgb(114,212,114); }
td.TdClassName
{
border-color: #72D472;
}
.TagClassName
{
border-color: #72D472;
}
</style>