Shades of Pastel Green #73E192
Tints of Pastel Green #73E192
RGB
CMYK
RGB Variations
Color information
#73E192 (or 0x73E192) is known color: Pastel Green. HEX triplet: 73, E1 and 92. RGB value is (115,225,146). Sum of RGB (Red+Green+Blue) = 115+225+146=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #73E192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E192 is #8C1E6D. Grayscale: #B7B7B7. Windows color (decimal): -9182830 or 9625971. OLE color: 9625971.
HSL color Cylindrical-coordinate representation of color #73E192: hue angle of 136.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E192 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 146 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.12 |
| HSL | 136.91º | 0.65% | 0.67% | - |
| HSV(B) | 136.91º | 0.49% | 0.88% | - |
| XYZ | 39.18 | 59.57 | 36.63 | - |
| YUV | 183.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 146 | 0.49 | 0 | 0.35 | 0.12 | 136.91 | 0.65 | 0.67 |
| Hex | 73 | E1 | 92 | 31 | 0 | 23 | C | 89 | 41 | 43 |
| Octal | 163 | 341 | 222 | 61 | 0 | 43 | 14 | 211 | 101 | 103 |
| Binary | 1110011 | 11100001 | 10010010 | 110001 | 0 | 100011 | 1100 | 10001001 | 1000001 | 1000011 |
Color Harmonies of #73E192
Complementary color
Monochromatic Colors of #73E192
Black with #73E192
Text Example
Text Example
White with #73E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E192; }
p { color: rgb(115,225,146); }
H1.HeaderClassName
{
color: #73E192;
}
.AnyTagClassName
{
color: #73E192;
}
</style>
background-color css
<style>
a { background-color: #73E192; }
a { background-color: rgb(115,225,146); }
div.DivClassName
{
background-color: #73E192;
}
.BgClassName
{
background-color: #73E192;
}
</style>
border-color css
<style>
span { border-color: #73E192; }
span { border-color: rgb(115,225,146); }
td.TdClassName
{
border-color: #73E192;
}
.TagClassName
{
border-color: #73E192;
}
</style>