Shades of Pastel Green #73DB5E
Tints of Pastel Green #73DB5E
RGB
CMYK
RGB Variations
Color information
#73DB5E (or 0x73DB5E) is known color: Pastel Green. HEX triplet: 73, DB and 5E. RGB value is (115,219,94). Sum of RGB (Red+Green+Blue) = 115+219+94=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DB5E is #8C24A1. Grayscale: #AEAEAE. Windows color (decimal): -9184418 or 6216563. OLE color: 6216563.
HSL color Cylindrical-coordinate representation of color #73DB5E: hue angle of 109.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73DB5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 94 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.14 |
| HSL | 109.92º | 0.63% | 0.61% | - |
| HSV(B) | 109.92º | 0.57% | 0.86% | - |
| XYZ | 34.42 | 55.12 | 19.41 | - |
| YUV | 173.65 | 83.04 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 94 | 0.47 | 0 | 0.57 | 0.14 | 109.92 | 0.63 | 0.61 |
| Hex | 73 | DB | 5E | 2F | 0 | 39 | E | 6E | 3F | 3D |
| Octal | 163 | 333 | 136 | 57 | 0 | 71 | 16 | 156 | 77 | 75 |
| Binary | 1110011 | 11011011 | 1011110 | 101111 | 0 | 111001 | 1110 | 1101110 | 111111 | 111101 |
Color Harmonies of #73DB5E
Complementary color
Monochromatic Colors of #73DB5E
Black with #73DB5E
Text Example
Text Example
White with #73DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB5E; }
p { color: rgb(115,219,94); }
H1.HeaderClassName
{
color: #73DB5E;
}
.AnyTagClassName
{
color: #73DB5E;
}
</style>
background-color css
<style>
a { background-color: #73DB5E; }
a { background-color: rgb(115,219,94); }
div.DivClassName
{
background-color: #73DB5E;
}
.BgClassName
{
background-color: #73DB5E;
}
</style>
border-color css
<style>
span { border-color: #73DB5E; }
span { border-color: rgb(115,219,94); }
td.TdClassName
{
border-color: #73DB5E;
}
.TagClassName
{
border-color: #73DB5E;
}
</style>