Shades of Pastel Green #73DC6D
Tints of Pastel Green #73DC6D
RGB
CMYK
RGB Variations
Color information
#73DC6D (or 0x73DC6D) is known color: Pastel Green. HEX triplet: 73, DC and 6D. RGB value is (115,220,109). Sum of RGB (Red+Green+Blue) = 115+220+109=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC6D is #8C2392. Grayscale: #B0B0B0. Windows color (decimal): -9184147 or 7199859. OLE color: 7199859.
HSL color Cylindrical-coordinate representation of color #73DC6D: hue angle of 116.76º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DC6D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 109 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.14 |
| HSL | 116.76º | 0.61% | 0.65% | - |
| HSV(B) | 116.76º | 0.5% | 0.86% | - |
| XYZ | 35.42 | 55.94 | 23.4 | - |
| YUV | 175.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 109 | 0.48 | 0 | 0.50 | 0.14 | 116.76 | 0.61 | 0.65 |
| Hex | 73 | DC | 6D | 30 | 0 | 32 | E | 75 | 3D | 41 |
| Octal | 163 | 334 | 155 | 60 | 0 | 62 | 16 | 165 | 75 | 101 |
| Binary | 1110011 | 11011100 | 1101101 | 110000 | 0 | 110010 | 1110 | 1110101 | 111101 | 1000001 |
Color Harmonies of #73DC6D
Complementary color
Monochromatic Colors of #73DC6D
Black with #73DC6D
Text Example
Text Example
White with #73DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC6D; }
p { color: rgb(115,220,109); }
H1.HeaderClassName
{
color: #73DC6D;
}
.AnyTagClassName
{
color: #73DC6D;
}
</style>
background-color css
<style>
a { background-color: #73DC6D; }
a { background-color: rgb(115,220,109); }
div.DivClassName
{
background-color: #73DC6D;
}
.BgClassName
{
background-color: #73DC6D;
}
</style>
border-color css
<style>
span { border-color: #73DC6D; }
span { border-color: rgb(115,220,109); }
td.TdClassName
{
border-color: #73DC6D;
}
.TagClassName
{
border-color: #73DC6D;
}
</style>