Shades of Pastel Green #73EC8A
Tints of Pastel Green #73EC8A
RGB
CMYK
RGB Variations
Color information
#73EC8A (or 0x73EC8A) is known color: Pastel Green. HEX triplet: 73, EC and 8A. RGB value is (115,236,138). Sum of RGB (Red+Green+Blue) = 115+236+138=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EC8A is #8C1375. Grayscale: #BCBCBC. Windows color (decimal): -9180022 or 9104499. OLE color: 9104499.
HSL color Cylindrical-coordinate representation of color #73EC8A: hue angle of 131.4º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EC8A is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 138 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.07 |
| HSL | 131.41º | 0.76% | 0.69% | - |
| HSV(B) | 131.41º | 0.51% | 0.93% | - |
| XYZ | 41.65 | 65.47 | 34.49 | - |
| YUV | 188.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 138 | 0.51 | 0 | 0.42 | 0.07 | 131.41 | 0.76 | 0.69 |
| Hex | 73 | EC | 8A | 33 | 0 | 2A | 7 | 83 | 4C | 45 |
| Octal | 163 | 354 | 212 | 63 | 0 | 52 | 7 | 203 | 114 | 105 |
| Binary | 1110011 | 11101100 | 10001010 | 110011 | 0 | 101010 | 111 | 10000011 | 1001100 | 1000101 |
Color Harmonies of #73EC8A
Complementary color
Monochromatic Colors of #73EC8A
Black with #73EC8A
Text Example
Text Example
White with #73EC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC8A; }
p { color: rgb(115,236,138); }
H1.HeaderClassName
{
color: #73EC8A;
}
.AnyTagClassName
{
color: #73EC8A;
}
</style>
background-color css
<style>
a { background-color: #73EC8A; }
a { background-color: rgb(115,236,138); }
div.DivClassName
{
background-color: #73EC8A;
}
.BgClassName
{
background-color: #73EC8A;
}
</style>
border-color css
<style>
span { border-color: #73EC8A; }
span { border-color: rgb(115,236,138); }
td.TdClassName
{
border-color: #73EC8A;
}
.TagClassName
{
border-color: #73EC8A;
}
</style>