Shades of Pastel Green #73F089
Tints of Pastel Green #73F089
RGB
CMYK
RGB Variations
Color information
#73F089 (or 0x73F089) is known color: Pastel Green. HEX triplet: 73, F0 and 89. RGB value is (115,240,137). Sum of RGB (Red+Green+Blue) = 115+240+137=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #73F089 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F089 is #8C0F76. Grayscale: #BFBFBF. Windows color (decimal): -9178999 or 9039987. OLE color: 9039987.
HSL color Cylindrical-coordinate representation of color #73F089: hue angle of 130.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F089 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 137 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.06 |
| HSL | 130.56º | 0.81% | 0.7% | - |
| HSV(B) | 130.56º | 0.52% | 0.94% | - |
| XYZ | 42.75 | 67.77 | 34.5 | - |
| YUV | 190.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 137 | 0.52 | 0 | 0.43 | 0.06 | 130.56 | 0.81 | 0.7 |
| Hex | 73 | F0 | 89 | 34 | 0 | 2B | 6 | 83 | 51 | 46 |
| Octal | 163 | 360 | 211 | 64 | 0 | 53 | 6 | 203 | 121 | 106 |
| Binary | 1110011 | 11110000 | 10001001 | 110100 | 0 | 101011 | 110 | 10000011 | 1010001 | 1000110 |
Color Harmonies of #73F089
Complementary color
Monochromatic Colors of #73F089
Black with #73F089
Text Example
Text Example
White with #73F089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F089; }
p { color: rgb(115,240,137); }
H1.HeaderClassName
{
color: #73F089;
}
.AnyTagClassName
{
color: #73F089;
}
</style>
background-color css
<style>
a { background-color: #73F089; }
a { background-color: rgb(115,240,137); }
div.DivClassName
{
background-color: #73F089;
}
.BgClassName
{
background-color: #73F089;
}
</style>
border-color css
<style>
span { border-color: #73F089; }
span { border-color: rgb(115,240,137); }
td.TdClassName
{
border-color: #73F089;
}
.TagClassName
{
border-color: #73F089;
}
</style>