Shades of Pastel Green #73E258
Tints of Pastel Green #73E258
RGB
CMYK
RGB Variations
Color information
#73E258 (or 0x73E258) is known color: Pastel Green. HEX triplet: 73, E2 and 58. RGB value is (115,226,88). Sum of RGB (Red+Green+Blue) = 115+226+88=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #73E258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E258 is #8C1DA7. Grayscale: #B1B1B1. Windows color (decimal): -9182632 or 5825139. OLE color: 5825139.
HSL color Cylindrical-coordinate representation of color #73E258: hue angle of 108.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73E258 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 88 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.11 |
| HSL | 108.26º | 0.7% | 0.62% | - |
| HSV(B) | 108.26º | 0.61% | 0.89% | - |
| XYZ | 36.03 | 58.74 | 18.67 | - |
| YUV | 177.08 | 77.73 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 88 | 0.49 | 0 | 0.61 | 0.11 | 108.26 | 0.7 | 0.62 |
| Hex | 73 | E2 | 58 | 31 | 0 | 3D | B | 6C | 46 | 3E |
| Octal | 163 | 342 | 130 | 61 | 0 | 75 | 13 | 154 | 106 | 76 |
| Binary | 1110011 | 11100010 | 1011000 | 110001 | 0 | 111101 | 1011 | 1101100 | 1000110 | 111110 |
Color Harmonies of #73E258
Complementary color
Monochromatic Colors of #73E258
Black with #73E258
Text Example
Text Example
White with #73E258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E258; }
p { color: rgb(115,226,88); }
H1.HeaderClassName
{
color: #73E258;
}
.AnyTagClassName
{
color: #73E258;
}
</style>
background-color css
<style>
a { background-color: #73E258; }
a { background-color: rgb(115,226,88); }
div.DivClassName
{
background-color: #73E258;
}
.BgClassName
{
background-color: #73E258;
}
</style>
border-color css
<style>
span { border-color: #73E258; }
span { border-color: rgb(115,226,88); }
td.TdClassName
{
border-color: #73E258;
}
.TagClassName
{
border-color: #73E258;
}
</style>