Shades of Light Green #73EC94
Tints of Light Green #73EC94
RGB
CMYK
RGB Variations
Color information
#73EC94 (or 0x73EC94) is known color: Light Green. HEX triplet: 73, EC and 94. RGB value is (115,236,148). Sum of RGB (Red+Green+Blue) = 115+236+148=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EC94 is #8C136B. Grayscale: #BEBEBE. Windows color (decimal): -9180012 or 9759859. OLE color: 9759859.
HSL color Cylindrical-coordinate representation of color #73EC94: hue angle of 136.36º 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 #73EC94 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 148 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.07 |
| HSL | 136.36º | 0.76% | 0.69% | - |
| HSV(B) | 136.36º | 0.51% | 0.93% | - |
| XYZ | 42.41 | 65.77 | 38.48 | - |
| YUV | 189.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 148 | 0.51 | 0 | 0.37 | 0.07 | 136.36 | 0.76 | 0.69 |
| Hex | 73 | EC | 94 | 33 | 0 | 25 | 7 | 88 | 4C | 45 |
| Octal | 163 | 354 | 224 | 63 | 0 | 45 | 7 | 210 | 114 | 105 |
| Binary | 1110011 | 11101100 | 10010100 | 110011 | 0 | 100101 | 111 | 10001000 | 1001100 | 1000101 |
Color Harmonies of #73EC94
Complementary color
Monochromatic Colors of #73EC94
Black with #73EC94
Text Example
Text Example
White with #73EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC94; }
p { color: rgb(115,236,148); }
H1.HeaderClassName
{
color: #73EC94;
}
.AnyTagClassName
{
color: #73EC94;
}
</style>
background-color css
<style>
a { background-color: #73EC94; }
a { background-color: rgb(115,236,148); }
div.DivClassName
{
background-color: #73EC94;
}
.BgClassName
{
background-color: #73EC94;
}
</style>
border-color css
<style>
span { border-color: #73EC94; }
span { border-color: rgb(115,236,148); }
td.TdClassName
{
border-color: #73EC94;
}
.TagClassName
{
border-color: #73EC94;
}
</style>