Shades of Pastel Green #73ED85
Tints of Pastel Green #73ED85
RGB
CMYK
RGB Variations
Color information
#73ED85 (or 0x73ED85) is known color: Pastel Green. HEX triplet: 73, ED and 85. RGB value is (115,237,133). Sum of RGB (Red+Green+Blue) = 115+237+133=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73ED85 is #8C127A. Grayscale: #BCBCBC. Windows color (decimal): -9179771 or 8777075. OLE color: 8777075.
HSL color Cylindrical-coordinate representation of color #73ED85: hue angle of 128.85º degrees, saturation: 0.77, 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 #73ED85 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 237 | 133 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.07 |
| HSL | 128.85º | 0.77% | 0.69% | - |
| HSV(B) | 128.85º | 0.51% | 0.93% | - |
| XYZ | 41.59 | 65.91 | 32.72 | - |
| YUV | 188.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 133 | 0.51 | 0 | 0.44 | 0.07 | 128.85 | 0.77 | 0.69 |
| Hex | 73 | ED | 85 | 33 | 0 | 2C | 7 | 81 | 4D | 45 |
| Octal | 163 | 355 | 205 | 63 | 0 | 54 | 7 | 201 | 115 | 105 |
| Binary | 1110011 | 11101101 | 10000101 | 110011 | 0 | 101100 | 111 | 10000001 | 1001101 | 1000101 |
Color Harmonies of #73ED85
Complementary color
Monochromatic Colors of #73ED85
Black with #73ED85
Text Example
Text Example
White with #73ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ED85; }
p { color: rgb(115,237,133); }
H1.HeaderClassName
{
color: #73ED85;
}
.AnyTagClassName
{
color: #73ED85;
}
</style>
background-color css
<style>
a { background-color: #73ED85; }
a { background-color: rgb(115,237,133); }
div.DivClassName
{
background-color: #73ED85;
}
.BgClassName
{
background-color: #73ED85;
}
</style>
border-color css
<style>
span { border-color: #73ED85; }
span { border-color: rgb(115,237,133); }
td.TdClassName
{
border-color: #73ED85;
}
.TagClassName
{
border-color: #73ED85;
}
</style>