Shades of Pastel Green #73EA73
Tints of Pastel Green #73EA73
RGB
CMYK
RGB Variations
Color information
#73EA73 (or 0x73EA73) is known color: Pastel Green. HEX triplet: 73, EA and 73. RGB value is (115,234,115). Sum of RGB (Red+Green+Blue) = 115+234+115=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EA73 is #8C158C. Grayscale: #B9B9B9. Windows color (decimal): -9180557 or 7596659. OLE color: 7596659.
HSL color Cylindrical-coordinate representation of color #73EA73: hue angle of 120º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EA73 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 115 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.08 |
| HSL | 120º | 0.74% | 0.68% | - |
| HSV(B) | 120º | 0.51% | 0.92% | - |
| XYZ | 39.59 | 63.73 | 26.43 | - |
| YUV | 184.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 115 | 0.51 | 0 | 0.51 | 0.08 | 120 | 0.74 | 0.68 |
| Hex | 73 | EA | 73 | 33 | 0 | 33 | 8 | 78 | 4A | 44 |
| Octal | 163 | 352 | 163 | 63 | 0 | 63 | 10 | 170 | 112 | 104 |
| Binary | 1110011 | 11101010 | 1110011 | 110011 | 0 | 110011 | 1000 | 1111000 | 1001010 | 1000100 |
Color Harmonies of #73EA73
Complementary color
Monochromatic Colors of #73EA73
Black with #73EA73
Text Example
Text Example
White with #73EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA73; }
p { color: rgb(115,234,115); }
H1.HeaderClassName
{
color: #73EA73;
}
.AnyTagClassName
{
color: #73EA73;
}
</style>
background-color css
<style>
a { background-color: #73EA73; }
a { background-color: rgb(115,234,115); }
div.DivClassName
{
background-color: #73EA73;
}
.BgClassName
{
background-color: #73EA73;
}
</style>
border-color css
<style>
span { border-color: #73EA73; }
span { border-color: rgb(115,234,115); }
td.TdClassName
{
border-color: #73EA73;
}
.TagClassName
{
border-color: #73EA73;
}
</style>