Shades of Pastel Green #72E464
Tints of Pastel Green #72E464
RGB
CMYK
RGB Variations
Color information
#72E464 (or 0x72E464) is known color: Pastel Green. HEX triplet: 72, E4 and 64. RGB value is (114,228,100). Sum of RGB (Red+Green+Blue) = 114+228+100=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #72E464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E464 is #8D1B9B. Grayscale: #B3B3B3. Windows color (decimal): -9247644 or 6612082. OLE color: 6612082.
HSL color Cylindrical-coordinate representation of color #72E464: hue angle of 113.44º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72E464 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 228 | 100 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.11 |
| HSL | 113.44º | 0.7% | 0.64% | - |
| HSV(B) | 113.44º | 0.56% | 0.89% | - |
| XYZ | 36.98 | 59.98 | 21.69 | - |
| YUV | 179.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 228 | 100 | 0.50 | 0 | 0.56 | 0.11 | 113.44 | 0.7 | 0.64 |
| Hex | 72 | E4 | 64 | 32 | 0 | 38 | B | 71 | 46 | 40 |
| Octal | 162 | 344 | 144 | 62 | 0 | 70 | 13 | 161 | 106 | 100 |
| Binary | 1110010 | 11100100 | 1100100 | 110010 | 0 | 111000 | 1011 | 1110001 | 1000110 | 1000000 |
Color Harmonies of #72E464
Complementary color
Monochromatic Colors of #72E464
Black with #72E464
Text Example
Text Example
White with #72E464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E464; }
p { color: rgb(114,228,100); }
H1.HeaderClassName
{
color: #72E464;
}
.AnyTagClassName
{
color: #72E464;
}
</style>
background-color css
<style>
a { background-color: #72E464; }
a { background-color: rgb(114,228,100); }
div.DivClassName
{
background-color: #72E464;
}
.BgClassName
{
background-color: #72E464;
}
</style>
border-color css
<style>
span { border-color: #72E464; }
span { border-color: rgb(114,228,100); }
td.TdClassName
{
border-color: #72E464;
}
.TagClassName
{
border-color: #72E464;
}
</style>