Shades of Pastel Green #72E168
Tints of Pastel Green #72E168
RGB
CMYK
RGB Variations
Color information
#72E168 (or 0x72E168) is known color: Pastel Green. HEX triplet: 72, E1 and 68. RGB value is (114,225,104). Sum of RGB (Red+Green+Blue) = 114+225+104=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #72E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E168 is #8D1E97. Grayscale: #B2B2B2. Windows color (decimal): -9248408 or 6873458. OLE color: 6873458.
HSL color Cylindrical-coordinate representation of color #72E168: hue angle of 115.04º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72E168 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 104 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.12 |
| HSL | 115.04º | 0.67% | 0.65% | - |
| HSV(B) | 115.04º | 0.54% | 0.88% | - |
| XYZ | 36.36 | 58.43 | 22.46 | - |
| YUV | 178.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 104 | 0.49 | 0 | 0.54 | 0.12 | 115.04 | 0.67 | 0.65 |
| Hex | 72 | E1 | 68 | 31 | 0 | 36 | C | 73 | 43 | 41 |
| Octal | 162 | 341 | 150 | 61 | 0 | 66 | 14 | 163 | 103 | 101 |
| Binary | 1110010 | 11100001 | 1101000 | 110001 | 0 | 110110 | 1100 | 1110011 | 1000011 | 1000001 |
Color Harmonies of #72E168
Complementary color
Monochromatic Colors of #72E168
Black with #72E168
Text Example
Text Example
White with #72E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E168; }
p { color: rgb(114,225,104); }
H1.HeaderClassName
{
color: #72E168;
}
.AnyTagClassName
{
color: #72E168;
}
</style>
background-color css
<style>
a { background-color: #72E168; }
a { background-color: rgb(114,225,104); }
div.DivClassName
{
background-color: #72E168;
}
.BgClassName
{
background-color: #72E168;
}
</style>
border-color css
<style>
span { border-color: #72E168; }
span { border-color: rgb(114,225,104); }
td.TdClassName
{
border-color: #72E168;
}
.TagClassName
{
border-color: #72E168;
}
</style>