Shades of Pastel Green #73DA5D
Tints of Pastel Green #73DA5D
RGB
CMYK
RGB Variations
Color information
#73DA5D (or 0x73DA5D) is known color: Pastel Green. HEX triplet: 73, DA and 5D. RGB value is (115,218,93). Sum of RGB (Red+Green+Blue) = 115+218+93=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DA5D is #8C25A2. Grayscale: #ADADAD. Windows color (decimal): -9184675 or 6150771. OLE color: 6150771.
HSL color Cylindrical-coordinate representation of color #73DA5D: hue angle of 109.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73DA5D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 93 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.15 |
| HSL | 109.44º | 0.63% | 0.61% | - |
| HSV(B) | 109.44º | 0.57% | 0.85% | - |
| XYZ | 34.12 | 54.58 | 19.09 | - |
| YUV | 172.95 | 82.88 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 93 | 0.47 | 0 | 0.57 | 0.15 | 109.44 | 0.63 | 0.61 |
| Hex | 73 | DA | 5D | 2F | 0 | 39 | F | 6D | 3F | 3D |
| Octal | 163 | 332 | 135 | 57 | 0 | 71 | 17 | 155 | 77 | 75 |
| Binary | 1110011 | 11011010 | 1011101 | 101111 | 0 | 111001 | 1111 | 1101101 | 111111 | 111101 |
Color Harmonies of #73DA5D
Complementary color
Monochromatic Colors of #73DA5D
Black with #73DA5D
Text Example
Text Example
White with #73DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA5D; }
p { color: rgb(115,218,93); }
H1.HeaderClassName
{
color: #73DA5D;
}
.AnyTagClassName
{
color: #73DA5D;
}
</style>
background-color css
<style>
a { background-color: #73DA5D; }
a { background-color: rgb(115,218,93); }
div.DivClassName
{
background-color: #73DA5D;
}
.BgClassName
{
background-color: #73DA5D;
}
</style>
border-color css
<style>
span { border-color: #73DA5D; }
span { border-color: rgb(115,218,93); }
td.TdClassName
{
border-color: #73DA5D;
}
.TagClassName
{
border-color: #73DA5D;
}
</style>