Shades of Pastel Green #72ED7A
Tints of Pastel Green #72ED7A
RGB
CMYK
RGB Variations
Color information
#72ED7A (or 0x72ED7A) is known color: Pastel Green. HEX triplet: 72, ED and 7A. RGB value is (114,237,122). Sum of RGB (Red+Green+Blue) = 114+237+122=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72ED7A is #8D1285. Grayscale: #BBBBBB. Windows color (decimal): -9245318 or 8056178. OLE color: 8056178.
HSL color Cylindrical-coordinate representation of color #72ED7A: hue angle of 123.9º degrees, saturation: 0.77, 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 #72ED7A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 122 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.07 |
| HSL | 123.9º | 0.77% | 0.69% | - |
| HSV(B) | 123.9º | 0.52% | 0.93% | - |
| XYZ | 40.74 | 65.55 | 28.92 | - |
| YUV | 187.11 | 91.25 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 122 | 0.52 | 0 | 0.49 | 0.07 | 123.9 | 0.77 | 0.69 |
| Hex | 72 | ED | 7A | 34 | 0 | 31 | 7 | 7C | 4D | 45 |
| Octal | 162 | 355 | 172 | 64 | 0 | 61 | 7 | 174 | 115 | 105 |
| Binary | 1110010 | 11101101 | 1111010 | 110100 | 0 | 110001 | 111 | 1111100 | 1001101 | 1000101 |
Color Harmonies of #72ED7A
Complementary color
Monochromatic Colors of #72ED7A
Black with #72ED7A
Text Example
Text Example
White with #72ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ED7A; }
p { color: rgb(114,237,122); }
H1.HeaderClassName
{
color: #72ED7A;
}
.AnyTagClassName
{
color: #72ED7A;
}
</style>
background-color css
<style>
a { background-color: #72ED7A; }
a { background-color: rgb(114,237,122); }
div.DivClassName
{
background-color: #72ED7A;
}
.BgClassName
{
background-color: #72ED7A;
}
</style>
border-color css
<style>
span { border-color: #72ED7A; }
span { border-color: rgb(114,237,122); }
td.TdClassName
{
border-color: #72ED7A;
}
.TagClassName
{
border-color: #72ED7A;
}
</style>