Shades of Pastel Green #73DC8C
Tints of Pastel Green #73DC8C
RGB
CMYK
RGB Variations
Color information
#73DC8C (or 0x73DC8C) is known color: Pastel Green. HEX triplet: 73, DC and 8C. RGB value is (115,220,140). Sum of RGB (Red+Green+Blue) = 115+220+140=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC8C is #8C2373. Grayscale: #B3B3B3. Windows color (decimal): -9184116 or 9231475. OLE color: 9231475.
HSL color Cylindrical-coordinate representation of color #73DC8C: hue angle of 134.29º 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 #73DC8C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 140 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.14 |
| HSL | 134.29º | 0.6% | 0.66% | - |
| HSV(B) | 134.29º | 0.48% | 0.86% | - |
| XYZ | 37.4 | 56.72 | 33.79 | - |
| YUV | 179.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 140 | 0.48 | 0 | 0.36 | 0.14 | 134.29 | 0.6 | 0.66 |
| Hex | 73 | DC | 8C | 30 | 0 | 24 | E | 86 | 3C | 42 |
| Octal | 163 | 334 | 214 | 60 | 0 | 44 | 16 | 206 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10001100 | 110000 | 0 | 100100 | 1110 | 10000110 | 111100 | 1000010 |
Color Harmonies of #73DC8C
Complementary color
Monochromatic Colors of #73DC8C
Black with #73DC8C
Text Example
Text Example
White with #73DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC8C; }
p { color: rgb(115,220,140); }
H1.HeaderClassName
{
color: #73DC8C;
}
.AnyTagClassName
{
color: #73DC8C;
}
</style>
background-color css
<style>
a { background-color: #73DC8C; }
a { background-color: rgb(115,220,140); }
div.DivClassName
{
background-color: #73DC8C;
}
.BgClassName
{
background-color: #73DC8C;
}
</style>
border-color css
<style>
span { border-color: #73DC8C; }
span { border-color: rgb(115,220,140); }
td.TdClassName
{
border-color: #73DC8C;
}
.TagClassName
{
border-color: #73DC8C;
}
</style>