Shades of Pastel Green #73E164
Tints of Pastel Green #73E164
RGB
CMYK
RGB Variations
Color information
#73E164 (or 0x73E164) is known color: Pastel Green. HEX triplet: 73, E1 and 64. RGB value is (115,225,100). Sum of RGB (Red+Green+Blue) = 115+225+100=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #73E164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E164 is #8C1E9B. Grayscale: #B2B2B2. Windows color (decimal): -9182876 or 6611315. OLE color: 6611315.
HSL color Cylindrical-coordinate representation of color #73E164: hue angle of 112.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73E164 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 100 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.12 |
| HSL | 112.8º | 0.68% | 0.64% | - |
| HSV(B) | 112.8º | 0.56% | 0.88% | - |
| XYZ | 36.3 | 58.42 | 21.42 | - |
| YUV | 177.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 100 | 0.49 | 0 | 0.56 | 0.12 | 112.8 | 0.68 | 0.64 |
| Hex | 73 | E1 | 64 | 31 | 0 | 38 | C | 71 | 44 | 40 |
| Octal | 163 | 341 | 144 | 61 | 0 | 70 | 14 | 161 | 104 | 100 |
| Binary | 1110011 | 11100001 | 1100100 | 110001 | 0 | 111000 | 1100 | 1110001 | 1000100 | 1000000 |
Color Harmonies of #73E164
Complementary color
Monochromatic Colors of #73E164
Black with #73E164
Text Example
Text Example
White with #73E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E164; }
p { color: rgb(115,225,100); }
H1.HeaderClassName
{
color: #73E164;
}
.AnyTagClassName
{
color: #73E164;
}
</style>
background-color css
<style>
a { background-color: #73E164; }
a { background-color: rgb(115,225,100); }
div.DivClassName
{
background-color: #73E164;
}
.BgClassName
{
background-color: #73E164;
}
</style>
border-color css
<style>
span { border-color: #73E164; }
span { border-color: rgb(115,225,100); }
td.TdClassName
{
border-color: #73E164;
}
.TagClassName
{
border-color: #73E164;
}
</style>