Shades of Pastel Green #73DB6D
Tints of Pastel Green #73DB6D
RGB
CMYK
RGB Variations
Color information
#73DB6D (or 0x73DB6D) is known color: Pastel Green. HEX triplet: 73, DB and 6D. RGB value is (115,219,109). Sum of RGB (Red+Green+Blue) = 115+219+109=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DB6D is #8C2492. Grayscale: #AFAFAF. Windows color (decimal): -9184403 or 7199603. OLE color: 7199603.
HSL color Cylindrical-coordinate representation of color #73DB6D: hue angle of 116.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DB6D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 109 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.14 |
| HSL | 116.73º | 0.6% | 0.64% | - |
| HSV(B) | 116.73º | 0.5% | 0.86% | - |
| XYZ | 35.16 | 55.41 | 23.31 | - |
| YUV | 175.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 109 | 0.47 | 0 | 0.50 | 0.14 | 116.73 | 0.6 | 0.64 |
| Hex | 73 | DB | 6D | 2F | 0 | 32 | E | 75 | 3C | 40 |
| Octal | 163 | 333 | 155 | 57 | 0 | 62 | 16 | 165 | 74 | 100 |
| Binary | 1110011 | 11011011 | 1101101 | 101111 | 0 | 110010 | 1110 | 1110101 | 111100 | 1000000 |
Color Harmonies of #73DB6D
Complementary color
Monochromatic Colors of #73DB6D
Black with #73DB6D
Text Example
Text Example
White with #73DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB6D; }
p { color: rgb(115,219,109); }
H1.HeaderClassName
{
color: #73DB6D;
}
.AnyTagClassName
{
color: #73DB6D;
}
</style>
background-color css
<style>
a { background-color: #73DB6D; }
a { background-color: rgb(115,219,109); }
div.DivClassName
{
background-color: #73DB6D;
}
.BgClassName
{
background-color: #73DB6D;
}
</style>
border-color css
<style>
span { border-color: #73DB6D; }
span { border-color: rgb(115,219,109); }
td.TdClassName
{
border-color: #73DB6D;
}
.TagClassName
{
border-color: #73DB6D;
}
</style>