Shades of Pastel Green #72EC90
Tints of Pastel Green #72EC90
RGB
CMYK
RGB Variations
Color information
#72EC90 (or 0x72EC90) is known color: Pastel Green. HEX triplet: 72, EC and 90. RGB value is (114,236,144). Sum of RGB (Red+Green+Blue) = 114+236+144=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC90 is #8D136F. Grayscale: #BDBDBD. Windows color (decimal): -9245552 or 9497714. OLE color: 9497714.
HSL color Cylindrical-coordinate representation of color #72EC90: hue angle of 134.75º 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 #72EC90 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 144 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.07 |
| HSL | 134.75º | 0.76% | 0.69% | - |
| HSV(B) | 134.75º | 0.52% | 0.93% | - |
| XYZ | 41.97 | 65.58 | 36.83 | - |
| YUV | 189.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 144 | 0.52 | 0 | 0.39 | 0.07 | 134.75 | 0.76 | 0.69 |
| Hex | 72 | EC | 90 | 34 | 0 | 27 | 7 | 87 | 4C | 45 |
| Octal | 162 | 354 | 220 | 64 | 0 | 47 | 7 | 207 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10010000 | 110100 | 0 | 100111 | 111 | 10000111 | 1001100 | 1000101 |
Color Harmonies of #72EC90
Complementary color
Monochromatic Colors of #72EC90
Black with #72EC90
Text Example
Text Example
White with #72EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC90; }
p { color: rgb(114,236,144); }
H1.HeaderClassName
{
color: #72EC90;
}
.AnyTagClassName
{
color: #72EC90;
}
</style>
background-color css
<style>
a { background-color: #72EC90; }
a { background-color: rgb(114,236,144); }
div.DivClassName
{
background-color: #72EC90;
}
.BgClassName
{
background-color: #72EC90;
}
</style>
border-color css
<style>
span { border-color: #72EC90; }
span { border-color: rgb(114,236,144); }
td.TdClassName
{
border-color: #72EC90;
}
.TagClassName
{
border-color: #72EC90;
}
</style>