Shades of Pastel Green #72EC7A
Tints of Pastel Green #72EC7A
RGB
CMYK
RGB Variations
Color information
#72EC7A (or 0x72EC7A) is known color: Pastel Green. HEX triplet: 72, EC and 7A. RGB value is (114,236,122). Sum of RGB (Red+Green+Blue) = 114+236+122=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EC7A is #8D1385. Grayscale: #BABABA. Windows color (decimal): -9245574 or 8055922. OLE color: 8055922.
HSL color Cylindrical-coordinate representation of color #72EC7A: hue angle of 123.93º 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 #72EC7A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 122 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.07 |
| HSL | 123.93º | 0.76% | 0.69% | - |
| HSV(B) | 123.93º | 0.52% | 0.93% | - |
| XYZ | 40.45 | 64.97 | 28.82 | - |
| YUV | 186.53 | 91.58 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 122 | 0.52 | 0 | 0.48 | 0.07 | 123.93 | 0.76 | 0.69 |
| Hex | 72 | EC | 7A | 34 | 0 | 30 | 7 | 7C | 4C | 45 |
| Octal | 162 | 354 | 172 | 64 | 0 | 60 | 7 | 174 | 114 | 105 |
| Binary | 1110010 | 11101100 | 1111010 | 110100 | 0 | 110000 | 111 | 1111100 | 1001100 | 1000101 |
Color Harmonies of #72EC7A
Complementary color
Monochromatic Colors of #72EC7A
Black with #72EC7A
Text Example
Text Example
White with #72EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC7A; }
p { color: rgb(114,236,122); }
H1.HeaderClassName
{
color: #72EC7A;
}
.AnyTagClassName
{
color: #72EC7A;
}
</style>
background-color css
<style>
a { background-color: #72EC7A; }
a { background-color: rgb(114,236,122); }
div.DivClassName
{
background-color: #72EC7A;
}
.BgClassName
{
background-color: #72EC7A;
}
</style>
border-color css
<style>
span { border-color: #72EC7A; }
span { border-color: rgb(114,236,122); }
td.TdClassName
{
border-color: #72EC7A;
}
.TagClassName
{
border-color: #72EC7A;
}
</style>