Shades of Pastel Green #72E586
Tints of Pastel Green #72E586
RGB
CMYK
RGB Variations
Color information
#72E586 (or 0x72E586) is known color: Pastel Green. HEX triplet: 72, E5 and 86. RGB value is (114,229,134). Sum of RGB (Red+Green+Blue) = 114+229+134=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #72E586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E586 is #8D1A79. Grayscale: #B8B8B8. Windows color (decimal): -9247354 or 8840562. OLE color: 8840562.
HSL color Cylindrical-coordinate representation of color #72E586: hue angle of 130.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E586 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 134 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.10 |
| HSL | 130.43º | 0.69% | 0.67% | - |
| HSV(B) | 130.43º | 0.5% | 0.9% | - |
| XYZ | 39.26 | 61.34 | 32.32 | - |
| YUV | 183.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 134 | 0.50 | 0 | 0.41 | 0.10 | 130.43 | 0.69 | 0.67 |
| Hex | 72 | E5 | 86 | 32 | 0 | 29 | A | 82 | 45 | 43 |
| Octal | 162 | 345 | 206 | 62 | 0 | 51 | 12 | 202 | 105 | 103 |
| Binary | 1110010 | 11100101 | 10000110 | 110010 | 0 | 101001 | 1010 | 10000010 | 1000101 | 1000011 |
Color Harmonies of #72E586
Complementary color
Monochromatic Colors of #72E586
Black with #72E586
Text Example
Text Example
White with #72E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E586; }
p { color: rgb(114,229,134); }
H1.HeaderClassName
{
color: #72E586;
}
.AnyTagClassName
{
color: #72E586;
}
</style>
background-color css
<style>
a { background-color: #72E586; }
a { background-color: rgb(114,229,134); }
div.DivClassName
{
background-color: #72E586;
}
.BgClassName
{
background-color: #72E586;
}
</style>
border-color css
<style>
span { border-color: #72E586; }
span { border-color: rgb(114,229,134); }
td.TdClassName
{
border-color: #72E586;
}
.TagClassName
{
border-color: #72E586;
}
</style>