Shades of Pastel Green #73EC76
Tints of Pastel Green #73EC76
RGB
CMYK
RGB Variations
Color information
#73EC76 (or 0x73EC76) is known color: Pastel Green. HEX triplet: 73, EC and 76. RGB value is (115,236,118). Sum of RGB (Red+Green+Blue) = 115+236+118=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EC76 is #8C1389. Grayscale: #BABABA. Windows color (decimal): -9180042 or 7793779. OLE color: 7793779.
HSL color Cylindrical-coordinate representation of color #73EC76: hue angle of 121.49º 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 #73EC76 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 118 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.07 |
| HSL | 121.49º | 0.76% | 0.69% | - |
| HSV(B) | 121.49º | 0.51% | 0.93% | - |
| XYZ | 40.34 | 64.94 | 27.55 | - |
| YUV | 186.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 118 | 0.51 | 0 | 0.5 | 0.07 | 121.49 | 0.76 | 0.69 |
| Hex | 73 | EC | 76 | 33 | 0 | 32 | 7 | 79 | 4C | 45 |
| Octal | 163 | 354 | 166 | 63 | 0 | 62 | 7 | 171 | 114 | 105 |
| Binary | 1110011 | 11101100 | 1110110 | 110011 | 0 | 110010 | 111 | 1111001 | 1001100 | 1000101 |
Color Harmonies of #73EC76
Complementary color
Monochromatic Colors of #73EC76
Black with #73EC76
Text Example
Text Example
White with #73EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC76; }
p { color: rgb(115,236,118); }
H1.HeaderClassName
{
color: #73EC76;
}
.AnyTagClassName
{
color: #73EC76;
}
</style>
background-color css
<style>
a { background-color: #73EC76; }
a { background-color: rgb(115,236,118); }
div.DivClassName
{
background-color: #73EC76;
}
.BgClassName
{
background-color: #73EC76;
}
</style>
border-color css
<style>
span { border-color: #73EC76; }
span { border-color: rgb(115,236,118); }
td.TdClassName
{
border-color: #73EC76;
}
.TagClassName
{
border-color: #73EC76;
}
</style>