Shades of Pastel Green #73ED72
Tints of Pastel Green #73ED72
RGB
CMYK
RGB Variations
Color information
#73ED72 (or 0x73ED72) is known color: Pastel Green. HEX triplet: 73, ED and 72. RGB value is (115,237,114). Sum of RGB (Red+Green+Blue) = 115+237+114=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73ED72 is #8C128D. Grayscale: #BABABA. Windows color (decimal): -9179790 or 7531891. OLE color: 7531891.
HSL color Cylindrical-coordinate representation of color #73ED72: hue angle of 119.51º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ED72 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 237 | 114 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.07 |
| HSL | 119.51º | 0.77% | 0.69% | - |
| HSV(B) | 119.51º | 0.52% | 0.93% | - |
| XYZ | 40.39 | 65.43 | 26.42 | - |
| YUV | 186.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 114 | 0.51 | 0 | 0.52 | 0.07 | 119.51 | 0.77 | 0.69 |
| Hex | 73 | ED | 72 | 33 | 0 | 34 | 7 | 78 | 4D | 45 |
| Octal | 163 | 355 | 162 | 63 | 0 | 64 | 7 | 170 | 115 | 105 |
| Binary | 1110011 | 11101101 | 1110010 | 110011 | 0 | 110100 | 111 | 1111000 | 1001101 | 1000101 |
Color Harmonies of #73ED72
Complementary color
Monochromatic Colors of #73ED72
Black with #73ED72
Text Example
Text Example
White with #73ED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ED72; }
p { color: rgb(115,237,114); }
H1.HeaderClassName
{
color: #73ED72;
}
.AnyTagClassName
{
color: #73ED72;
}
</style>
background-color css
<style>
a { background-color: #73ED72; }
a { background-color: rgb(115,237,114); }
div.DivClassName
{
background-color: #73ED72;
}
.BgClassName
{
background-color: #73ED72;
}
</style>
border-color css
<style>
span { border-color: #73ED72; }
span { border-color: rgb(115,237,114); }
td.TdClassName
{
border-color: #73ED72;
}
.TagClassName
{
border-color: #73ED72;
}
</style>