Shades of Pastel Green #72EC77
Tints of Pastel Green #72EC77
RGB
CMYK
RGB Variations
Color information
#72EC77 (or 0x72EC77) is known color: Pastel Green. HEX triplet: 72, EC and 77. RGB value is (114,236,119). Sum of RGB (Red+Green+Blue) = 114+236+119=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EC77 is #8D1388. Grayscale: #BABABA. Windows color (decimal): -9245577 or 7859314. OLE color: 7859314.
HSL color Cylindrical-coordinate representation of color #72EC77: hue angle of 122.46º 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 #72EC77 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 119 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.07 |
| HSL | 122.46º | 0.76% | 0.69% | - |
| HSV(B) | 122.46º | 0.52% | 0.93% | - |
| XYZ | 40.26 | 64.9 | 27.86 | - |
| YUV | 186.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 119 | 0.52 | 0 | 0.50 | 0.07 | 122.46 | 0.76 | 0.69 |
| Hex | 72 | EC | 77 | 34 | 0 | 32 | 7 | 7A | 4C | 45 |
| Octal | 162 | 354 | 167 | 64 | 0 | 62 | 7 | 172 | 114 | 105 |
| Binary | 1110010 | 11101100 | 1110111 | 110100 | 0 | 110010 | 111 | 1111010 | 1001100 | 1000101 |
Color Harmonies of #72EC77
Complementary color
Monochromatic Colors of #72EC77
Black with #72EC77
Text Example
Text Example
White with #72EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC77; }
p { color: rgb(114,236,119); }
H1.HeaderClassName
{
color: #72EC77;
}
.AnyTagClassName
{
color: #72EC77;
}
</style>
background-color css
<style>
a { background-color: #72EC77; }
a { background-color: rgb(114,236,119); }
div.DivClassName
{
background-color: #72EC77;
}
.BgClassName
{
background-color: #72EC77;
}
</style>
border-color css
<style>
span { border-color: #72EC77; }
span { border-color: rgb(114,236,119); }
td.TdClassName
{
border-color: #72EC77;
}
.TagClassName
{
border-color: #72EC77;
}
</style>