Shades of Pastel Green #72E788
Tints of Pastel Green #72E788
RGB
CMYK
RGB Variations
Color information
#72E788 (or 0x72E788) is known color: Pastel Green. HEX triplet: 72, E7 and 88. RGB value is (114,231,136). Sum of RGB (Red+Green+Blue) = 114+231+136=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #72E788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E788 is #8D1877. Grayscale: #B9B9B9. Windows color (decimal): -9246840 or 8972146. OLE color: 8972146.
HSL color Cylindrical-coordinate representation of color #72E788: hue angle of 131.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E788 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 136 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.09 |
| HSL | 131.28º | 0.71% | 0.68% | - |
| HSV(B) | 131.28º | 0.51% | 0.91% | - |
| XYZ | 39.96 | 62.51 | 33.25 | - |
| YUV | 185.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 136 | 0.51 | 0 | 0.41 | 0.09 | 131.28 | 0.71 | 0.68 |
| Hex | 72 | E7 | 88 | 33 | 0 | 29 | 9 | 83 | 47 | 44 |
| Octal | 162 | 347 | 210 | 63 | 0 | 51 | 11 | 203 | 107 | 104 |
| Binary | 1110010 | 11100111 | 10001000 | 110011 | 0 | 101001 | 1001 | 10000011 | 1000111 | 1000100 |
Color Harmonies of #72E788
Complementary color
Monochromatic Colors of #72E788
Black with #72E788
Text Example
Text Example
White with #72E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E788; }
p { color: rgb(114,231,136); }
H1.HeaderClassName
{
color: #72E788;
}
.AnyTagClassName
{
color: #72E788;
}
</style>
background-color css
<style>
a { background-color: #72E788; }
a { background-color: rgb(114,231,136); }
div.DivClassName
{
background-color: #72E788;
}
.BgClassName
{
background-color: #72E788;
}
</style>
border-color css
<style>
span { border-color: #72E788; }
span { border-color: rgb(114,231,136); }
td.TdClassName
{
border-color: #72E788;
}
.TagClassName
{
border-color: #72E788;
}
</style>