Shades of Pastel Green #72E96F
Tints of Pastel Green #72E96F
RGB
CMYK
RGB Variations
Color information
#72E96F (or 0x72E96F) is known color: Pastel Green. HEX triplet: 72, E9 and 6F. RGB value is (114,233,111). Sum of RGB (Red+Green+Blue) = 114+233+111=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #72E96F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E96F is #8D1690. Grayscale: #B7B7B7. Windows color (decimal): -9246353 or 7334258. OLE color: 7334258.
HSL color Cylindrical-coordinate representation of color #72E96F: hue angle of 118.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72E96F is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 111 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.09 |
| HSL | 118.52º | 0.73% | 0.67% | - |
| HSV(B) | 118.52º | 0.52% | 0.91% | - |
| XYZ | 38.95 | 63 | 25.15 | - |
| YUV | 183.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 111 | 0.51 | 0 | 0.52 | 0.09 | 118.52 | 0.73 | 0.67 |
| Hex | 72 | E9 | 6F | 33 | 0 | 34 | 9 | 77 | 49 | 43 |
| Octal | 162 | 351 | 157 | 63 | 0 | 64 | 11 | 167 | 111 | 103 |
| Binary | 1110010 | 11101001 | 1101111 | 110011 | 0 | 110100 | 1001 | 1110111 | 1001001 | 1000011 |
Color Harmonies of #72E96F
Complementary color
Monochromatic Colors of #72E96F
Black with #72E96F
Text Example
Text Example
White with #72E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E96F; }
p { color: rgb(114,233,111); }
H1.HeaderClassName
{
color: #72E96F;
}
.AnyTagClassName
{
color: #72E96F;
}
</style>
background-color css
<style>
a { background-color: #72E96F; }
a { background-color: rgb(114,233,111); }
div.DivClassName
{
background-color: #72E96F;
}
.BgClassName
{
background-color: #72E96F;
}
</style>
border-color css
<style>
span { border-color: #72E96F; }
span { border-color: rgb(114,233,111); }
td.TdClassName
{
border-color: #72E96F;
}
.TagClassName
{
border-color: #72E96F;
}
</style>