Shades of Pastel Green #72EC6E
Tints of Pastel Green #72EC6E
RGB
CMYK
RGB Variations
Color information
#72EC6E (or 0x72EC6E) is known color: Pastel Green. HEX triplet: 72, EC and 6E. RGB value is (114,236,110). Sum of RGB (Red+Green+Blue) = 114+236+110=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EC6E is #8D1391. Grayscale: #B9B9B9. Windows color (decimal): -9245586 or 7269490. OLE color: 7269490.
HSL color Cylindrical-coordinate representation of color #72EC6E: hue angle of 118.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72EC6E is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 110 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.07 |
| HSL | 118.1º | 0.77% | 0.68% | - |
| HSV(B) | 118.1º | 0.53% | 0.93% | - |
| XYZ | 39.75 | 64.69 | 25.14 | - |
| YUV | 185.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 110 | 0.52 | 0 | 0.53 | 0.07 | 118.1 | 0.77 | 0.68 |
| Hex | 72 | EC | 6E | 34 | 0 | 35 | 7 | 76 | 4D | 44 |
| Octal | 162 | 354 | 156 | 64 | 0 | 65 | 7 | 166 | 115 | 104 |
| Binary | 1110010 | 11101100 | 1101110 | 110100 | 0 | 110101 | 111 | 1110110 | 1001101 | 1000100 |
Color Harmonies of #72EC6E
Complementary color
Monochromatic Colors of #72EC6E
Black with #72EC6E
Text Example
Text Example
White with #72EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC6E; }
p { color: rgb(114,236,110); }
H1.HeaderClassName
{
color: #72EC6E;
}
.AnyTagClassName
{
color: #72EC6E;
}
</style>
background-color css
<style>
a { background-color: #72EC6E; }
a { background-color: rgb(114,236,110); }
div.DivClassName
{
background-color: #72EC6E;
}
.BgClassName
{
background-color: #72EC6E;
}
</style>
border-color css
<style>
span { border-color: #72EC6E; }
span { border-color: rgb(114,236,110); }
td.TdClassName
{
border-color: #72EC6E;
}
.TagClassName
{
border-color: #72EC6E;
}
</style>