Shades of Pastel Green #72E07F
Tints of Pastel Green #72E07F
RGB
CMYK
RGB Variations
Color information
#72E07F (or 0x72E07F) is known color: Pastel Green. HEX triplet: 72, E0 and 7F. RGB value is (114,224,127). Sum of RGB (Red+Green+Blue) = 114+224+127=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #72E07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E07F is #8D1F80. Grayscale: #B4B4B4. Windows color (decimal): -9248641 or 8380530. OLE color: 8380530.
HSL color Cylindrical-coordinate representation of color #72E07F: hue angle of 127.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E07F is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 127 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.12 |
| HSL | 127.09º | 0.64% | 0.66% | - |
| HSV(B) | 127.09º | 0.49% | 0.88% | - |
| XYZ | 37.43 | 58.42 | 29.38 | - |
| YUV | 180.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 127 | 0.49 | 0 | 0.43 | 0.12 | 127.09 | 0.64 | 0.66 |
| Hex | 72 | E0 | 7F | 31 | 0 | 2B | C | 7F | 40 | 42 |
| Octal | 162 | 340 | 177 | 61 | 0 | 53 | 14 | 177 | 100 | 102 |
| Binary | 1110010 | 11100000 | 1111111 | 110001 | 0 | 101011 | 1100 | 1111111 | 1000000 | 1000010 |
Color Harmonies of #72E07F
Complementary color
Monochromatic Colors of #72E07F
Black with #72E07F
Text Example
Text Example
White with #72E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E07F; }
p { color: rgb(114,224,127); }
H1.HeaderClassName
{
color: #72E07F;
}
.AnyTagClassName
{
color: #72E07F;
}
</style>
background-color css
<style>
a { background-color: #72E07F; }
a { background-color: rgb(114,224,127); }
div.DivClassName
{
background-color: #72E07F;
}
.BgClassName
{
background-color: #72E07F;
}
</style>
border-color css
<style>
span { border-color: #72E07F; }
span { border-color: rgb(114,224,127); }
td.TdClassName
{
border-color: #72E07F;
}
.TagClassName
{
border-color: #72E07F;
}
</style>