Shades of Pastel Green #72E271
Tints of Pastel Green #72E271
RGB
CMYK
RGB Variations
Color information
#72E271 (or 0x72E271) is known color: Pastel Green. HEX triplet: 72, E2 and 71. RGB value is (114,226,113). Sum of RGB (Red+Green+Blue) = 114+226+113=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #72E271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E271 is #8D1D8E. Grayscale: #B3B3B3. Windows color (decimal): -9248143 or 7463538. OLE color: 7463538.
HSL color Cylindrical-coordinate representation of color #72E271: hue angle of 119.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E271 is Cyan = 0.50, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 113 | - |
| CMYK | 0.50 | 0 | 0.5 | 0.11 |
| HSL | 119.47º | 0.66% | 0.66% | - |
| HSV(B) | 119.47º | 0.5% | 0.89% | - |
| XYZ | 37.12 | 59.16 | 25.09 | - |
| YUV | 179.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 113 | 0.50 | 0 | 0.5 | 0.11 | 119.47 | 0.66 | 0.66 |
| Hex | 72 | E2 | 71 | 32 | 0 | 32 | B | 77 | 42 | 42 |
| Octal | 162 | 342 | 161 | 62 | 0 | 62 | 13 | 167 | 102 | 102 |
| Binary | 1110010 | 11100010 | 1110001 | 110010 | 0 | 110010 | 1011 | 1110111 | 1000010 | 1000010 |
Color Harmonies of #72E271
Complementary color
Monochromatic Colors of #72E271
Black with #72E271
Text Example
Text Example
White with #72E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E271; }
p { color: rgb(114,226,113); }
H1.HeaderClassName
{
color: #72E271;
}
.AnyTagClassName
{
color: #72E271;
}
</style>
background-color css
<style>
a { background-color: #72E271; }
a { background-color: rgb(114,226,113); }
div.DivClassName
{
background-color: #72E271;
}
.BgClassName
{
background-color: #72E271;
}
</style>
border-color css
<style>
span { border-color: #72E271; }
span { border-color: rgb(114,226,113); }
td.TdClassName
{
border-color: #72E271;
}
.TagClassName
{
border-color: #72E271;
}
</style>