Shades of Pastel Green #73DC7C
Tints of Pastel Green #73DC7C
RGB
CMYK
RGB Variations
Color information
#73DC7C (or 0x73DC7C) is known color: Pastel Green. HEX triplet: 73, DC and 7C. RGB value is (115,220,124). Sum of RGB (Red+Green+Blue) = 115+220+124=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC7C is #8C2383. Grayscale: #B1B1B1. Windows color (decimal): -9184132 or 8182899. OLE color: 8182899.
HSL color Cylindrical-coordinate representation of color #73DC7C: hue angle of 125.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DC7C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 124 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.14 |
| HSL | 125.14º | 0.6% | 0.66% | - |
| HSV(B) | 125.14º | 0.48% | 0.86% | - |
| XYZ | 36.3 | 56.29 | 28.02 | - |
| YUV | 177.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 124 | 0.48 | 0 | 0.44 | 0.14 | 125.14 | 0.6 | 0.66 |
| Hex | 73 | DC | 7C | 30 | 0 | 2C | E | 7D | 3C | 42 |
| Octal | 163 | 334 | 174 | 60 | 0 | 54 | 16 | 175 | 74 | 102 |
| Binary | 1110011 | 11011100 | 1111100 | 110000 | 0 | 101100 | 1110 | 1111101 | 111100 | 1000010 |
Color Harmonies of #73DC7C
Complementary color
Monochromatic Colors of #73DC7C
Black with #73DC7C
Text Example
Text Example
White with #73DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC7C; }
p { color: rgb(115,220,124); }
H1.HeaderClassName
{
color: #73DC7C;
}
.AnyTagClassName
{
color: #73DC7C;
}
</style>
background-color css
<style>
a { background-color: #73DC7C; }
a { background-color: rgb(115,220,124); }
div.DivClassName
{
background-color: #73DC7C;
}
.BgClassName
{
background-color: #73DC7C;
}
</style>
border-color css
<style>
span { border-color: #73DC7C; }
span { border-color: rgb(115,220,124); }
td.TdClassName
{
border-color: #73DC7C;
}
.TagClassName
{
border-color: #73DC7C;
}
</style>