Shades of Pastel Green #73E294
Tints of Pastel Green #73E294
RGB
CMYK
RGB Variations
Color information
#73E294 (or 0x73E294) is known color: Pastel Green. HEX triplet: 73, E2 and 94. RGB value is (115,226,148). Sum of RGB (Red+Green+Blue) = 115+226+148=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #73E294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E294 is #8C1D6B. Grayscale: #B8B8B8. Windows color (decimal): -9182572 or 9757299. OLE color: 9757299.
HSL color Cylindrical-coordinate representation of color #73E294: hue angle of 137.84º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E294 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 148 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.11 |
| HSL | 137.84º | 0.66% | 0.67% | - |
| HSV(B) | 137.84º | 0.49% | 0.89% | - |
| XYZ | 39.61 | 60.18 | 37.54 | - |
| YUV | 183.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 148 | 0.49 | 0 | 0.35 | 0.11 | 137.84 | 0.66 | 0.67 |
| Hex | 73 | E2 | 94 | 31 | 0 | 23 | B | 8A | 42 | 43 |
| Octal | 163 | 342 | 224 | 61 | 0 | 43 | 13 | 212 | 102 | 103 |
| Binary | 1110011 | 11100010 | 10010100 | 110001 | 0 | 100011 | 1011 | 10001010 | 1000010 | 1000011 |
Color Harmonies of #73E294
Complementary color
Monochromatic Colors of #73E294
Black with #73E294
Text Example
Text Example
White with #73E294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E294; }
p { color: rgb(115,226,148); }
H1.HeaderClassName
{
color: #73E294;
}
.AnyTagClassName
{
color: #73E294;
}
</style>
background-color css
<style>
a { background-color: #73E294; }
a { background-color: rgb(115,226,148); }
div.DivClassName
{
background-color: #73E294;
}
.BgClassName
{
background-color: #73E294;
}
</style>
border-color css
<style>
span { border-color: #73E294; }
span { border-color: rgb(115,226,148); }
td.TdClassName
{
border-color: #73E294;
}
.TagClassName
{
border-color: #73E294;
}
</style>