Shades of Pastel Green #72E27E
Tints of Pastel Green #72E27E
RGB
CMYK
RGB Variations
Color information
#72E27E (or 0x72E27E) is known color: Pastel Green. HEX triplet: 72, E2 and 7E. RGB value is (114,226,126). Sum of RGB (Red+Green+Blue) = 114+226+126=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #72E27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E27E is #8D1D81. Grayscale: #B5B5B5. Windows color (decimal): -9248130 or 8315506. OLE color: 8315506.
HSL color Cylindrical-coordinate representation of color #72E27E: hue angle of 126.43º 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 #72E27E is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 126 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.11 |
| HSL | 126.43º | 0.66% | 0.67% | - |
| HSV(B) | 126.43º | 0.5% | 0.89% | - |
| XYZ | 37.9 | 59.48 | 29.22 | - |
| YUV | 181.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 126 | 0.50 | 0 | 0.44 | 0.11 | 126.43 | 0.66 | 0.67 |
| Hex | 72 | E2 | 7E | 32 | 0 | 2C | B | 7E | 42 | 43 |
| Octal | 162 | 342 | 176 | 62 | 0 | 54 | 13 | 176 | 102 | 103 |
| Binary | 1110010 | 11100010 | 1111110 | 110010 | 0 | 101100 | 1011 | 1111110 | 1000010 | 1000011 |
Color Harmonies of #72E27E
Complementary color
Monochromatic Colors of #72E27E
Black with #72E27E
Text Example
Text Example
White with #72E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E27E; }
p { color: rgb(114,226,126); }
H1.HeaderClassName
{
color: #72E27E;
}
.AnyTagClassName
{
color: #72E27E;
}
</style>
background-color css
<style>
a { background-color: #72E27E; }
a { background-color: rgb(114,226,126); }
div.DivClassName
{
background-color: #72E27E;
}
.BgClassName
{
background-color: #72E27E;
}
</style>
border-color css
<style>
span { border-color: #72E27E; }
span { border-color: rgb(114,226,126); }
td.TdClassName
{
border-color: #72E27E;
}
.TagClassName
{
border-color: #72E27E;
}
</style>