Shades of Pastel Green #72E27F
Tints of Pastel Green #72E27F
RGB
CMYK
RGB Variations
Color information
#72E27F (or 0x72E27F) is known color: Pastel Green. HEX triplet: 72, E2 and 7F. RGB value is (114,226,127). Sum of RGB (Red+Green+Blue) = 114+226+127=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #72E27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E27F is #8D1D80. Grayscale: #B5B5B5. Windows color (decimal): -9248129 or 8381042. OLE color: 8381042.
HSL color Cylindrical-coordinate representation of color #72E27F: hue angle of 126.96º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E27F is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 127 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.11 |
| HSL | 126.96º | 0.66% | 0.67% | - |
| HSV(B) | 126.96º | 0.5% | 0.89% | - |
| XYZ | 37.97 | 59.5 | 29.56 | - |
| YUV | 181.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 127 | 0.50 | 0 | 0.44 | 0.11 | 126.96 | 0.66 | 0.67 |
| Hex | 72 | E2 | 7F | 32 | 0 | 2C | B | 7F | 42 | 43 |
| Octal | 162 | 342 | 177 | 62 | 0 | 54 | 13 | 177 | 102 | 103 |
| Binary | 1110010 | 11100010 | 1111111 | 110010 | 0 | 101100 | 1011 | 1111111 | 1000010 | 1000011 |
Color Harmonies of #72E27F
Complementary color
Monochromatic Colors of #72E27F
Black with #72E27F
Text Example
Text Example
White with #72E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E27F; }
p { color: rgb(114,226,127); }
H1.HeaderClassName
{
color: #72E27F;
}
.AnyTagClassName
{
color: #72E27F;
}
</style>
background-color css
<style>
a { background-color: #72E27F; }
a { background-color: rgb(114,226,127); }
div.DivClassName
{
background-color: #72E27F;
}
.BgClassName
{
background-color: #72E27F;
}
</style>
border-color css
<style>
span { border-color: #72E27F; }
span { border-color: rgb(114,226,127); }
td.TdClassName
{
border-color: #72E27F;
}
.TagClassName
{
border-color: #72E27F;
}
</style>