Shades of Pastel Green #72EC8B
Tints of Pastel Green #72EC8B
RGB
CMYK
RGB Variations
Color information
#72EC8B (or 0x72EC8B) is known color: Pastel Green. HEX triplet: 72, EC and 8B. RGB value is (114,236,139). Sum of RGB (Red+Green+Blue) = 114+236+139=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC8B is #8D1374. Grayscale: #BCBCBC. Windows color (decimal): -9245557 or 9170034. OLE color: 9170034.
HSL color Cylindrical-coordinate representation of color #72EC8B: hue angle of 132.3º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EC8B is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 139 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.07 |
| HSL | 132.3º | 0.76% | 0.69% | - |
| HSV(B) | 132.3º | 0.52% | 0.93% | - |
| XYZ | 41.6 | 65.43 | 34.86 | - |
| YUV | 188.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 139 | 0.52 | 0 | 0.41 | 0.07 | 132.3 | 0.76 | 0.69 |
| Hex | 72 | EC | 8B | 34 | 0 | 29 | 7 | 84 | 4C | 45 |
| Octal | 162 | 354 | 213 | 64 | 0 | 51 | 7 | 204 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10001011 | 110100 | 0 | 101001 | 111 | 10000100 | 1001100 | 1000101 |
Color Harmonies of #72EC8B
Complementary color
Monochromatic Colors of #72EC8B
Black with #72EC8B
Text Example
Text Example
White with #72EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC8B; }
p { color: rgb(114,236,139); }
H1.HeaderClassName
{
color: #72EC8B;
}
.AnyTagClassName
{
color: #72EC8B;
}
</style>
background-color css
<style>
a { background-color: #72EC8B; }
a { background-color: rgb(114,236,139); }
div.DivClassName
{
background-color: #72EC8B;
}
.BgClassName
{
background-color: #72EC8B;
}
</style>
border-color css
<style>
span { border-color: #72EC8B; }
span { border-color: rgb(114,236,139); }
td.TdClassName
{
border-color: #72EC8B;
}
.TagClassName
{
border-color: #72EC8B;
}
</style>