Shades of Pastel Green #72E088
Tints of Pastel Green #72E088
RGB
CMYK
RGB Variations
Color information
#72E088 (or 0x72E088) is known color: Pastel Green. HEX triplet: 72, E0 and 88. RGB value is (114,224,136). Sum of RGB (Red+Green+Blue) = 114+224+136=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #72E088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E088 is #8D1F77. Grayscale: #B5B5B5. Windows color (decimal): -9248632 or 8970354. OLE color: 8970354.
HSL color Cylindrical-coordinate representation of color #72E088: hue angle of 132º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E088 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 136 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.12 |
| HSL | 132º | 0.64% | 0.66% | - |
| HSV(B) | 132º | 0.49% | 0.88% | - |
| XYZ | 38.04 | 58.67 | 32.61 | - |
| YUV | 181.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 136 | 0.49 | 0 | 0.39 | 0.12 | 132 | 0.64 | 0.66 |
| Hex | 72 | E0 | 88 | 31 | 0 | 27 | C | 84 | 40 | 42 |
| Octal | 162 | 340 | 210 | 61 | 0 | 47 | 14 | 204 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10001000 | 110001 | 0 | 100111 | 1100 | 10000100 | 1000000 | 1000010 |
Color Harmonies of #72E088
Complementary color
Monochromatic Colors of #72E088
Black with #72E088
Text Example
Text Example
White with #72E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E088; }
p { color: rgb(114,224,136); }
H1.HeaderClassName
{
color: #72E088;
}
.AnyTagClassName
{
color: #72E088;
}
</style>
background-color css
<style>
a { background-color: #72E088; }
a { background-color: rgb(114,224,136); }
div.DivClassName
{
background-color: #72E088;
}
.BgClassName
{
background-color: #72E088;
}
</style>
border-color css
<style>
span { border-color: #72E088; }
span { border-color: rgb(114,224,136); }
td.TdClassName
{
border-color: #72E088;
}
.TagClassName
{
border-color: #72E088;
}
</style>