Shades of Pastel Green #72D37F
Tints of Pastel Green #72D37F
RGB
CMYK
RGB Variations
Color information
#72D37F (or 0x72D37F) is known color: Pastel Green. HEX triplet: 72, D3 and 7F. RGB value is (114,211,127). Sum of RGB (Red+Green+Blue) = 114+211+127=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #72D37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D37F is #8D2C80. Grayscale: #ACACAC. Windows color (decimal): -9251969 or 8377202. OLE color: 8377202.
HSL color Cylindrical-coordinate representation of color #72D37F: hue angle of 128.04º degrees, saturation: 0.52, 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 #72D37F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 127 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.17 |
| HSL | 128.04º | 0.52% | 0.64% | - |
| HSV(B) | 128.04º | 0.46% | 0.83% | - |
| XYZ | 34.06 | 51.7 | 28.26 | - |
| YUV | 172.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 127 | 0.46 | 0 | 0.40 | 0.17 | 128.04 | 0.52 | 0.64 |
| Hex | 72 | D3 | 7F | 2E | 0 | 28 | 11 | 80 | 34 | 40 |
| Octal | 162 | 323 | 177 | 56 | 0 | 50 | 21 | 200 | 64 | 100 |
| Binary | 1110010 | 11010011 | 1111111 | 101110 | 0 | 101000 | 10001 | 10000000 | 110100 | 1000000 |
Color Harmonies of #72D37F
Complementary color
Monochromatic Colors of #72D37F
Black with #72D37F
Text Example
Text Example
White with #72D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D37F; }
p { color: rgb(114,211,127); }
H1.HeaderClassName
{
color: #72D37F;
}
.AnyTagClassName
{
color: #72D37F;
}
</style>
background-color css
<style>
a { background-color: #72D37F; }
a { background-color: rgb(114,211,127); }
div.DivClassName
{
background-color: #72D37F;
}
.BgClassName
{
background-color: #72D37F;
}
</style>
border-color css
<style>
span { border-color: #72D37F; }
span { border-color: rgb(114,211,127); }
td.TdClassName
{
border-color: #72D37F;
}
.TagClassName
{
border-color: #72D37F;
}
</style>