Shades of Pastel Green #73EA8E
Tints of Pastel Green #73EA8E
RGB
CMYK
RGB Variations
Color information
#73EA8E (or 0x73EA8E) is known color: Pastel Green. HEX triplet: 73, EA and 8E. RGB value is (115,234,142). Sum of RGB (Red+Green+Blue) = 115+234+142=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EA8E is #8C1571. Grayscale: #BCBCBC. Windows color (decimal): -9180530 or 9366131. OLE color: 9366131.
HSL color Cylindrical-coordinate representation of color #73EA8E: hue angle of 133.61º 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 #73EA8E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 142 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.08 |
| HSL | 133.61º | 0.74% | 0.68% | - |
| HSV(B) | 133.61º | 0.51% | 0.92% | - |
| XYZ | 41.38 | 64.44 | 35.85 | - |
| YUV | 187.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 142 | 0.51 | 0 | 0.39 | 0.08 | 133.61 | 0.74 | 0.68 |
| Hex | 73 | EA | 8E | 33 | 0 | 27 | 8 | 86 | 4A | 44 |
| Octal | 163 | 352 | 216 | 63 | 0 | 47 | 10 | 206 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10001110 | 110011 | 0 | 100111 | 1000 | 10000110 | 1001010 | 1000100 |
Color Harmonies of #73EA8E
Complementary color
Monochromatic Colors of #73EA8E
Black with #73EA8E
Text Example
Text Example
White with #73EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA8E; }
p { color: rgb(115,234,142); }
H1.HeaderClassName
{
color: #73EA8E;
}
.AnyTagClassName
{
color: #73EA8E;
}
</style>
background-color css
<style>
a { background-color: #73EA8E; }
a { background-color: rgb(115,234,142); }
div.DivClassName
{
background-color: #73EA8E;
}
.BgClassName
{
background-color: #73EA8E;
}
</style>
border-color css
<style>
span { border-color: #73EA8E; }
span { border-color: rgb(115,234,142); }
td.TdClassName
{
border-color: #73EA8E;
}
.TagClassName
{
border-color: #73EA8E;
}
</style>