Shades of Pastel Green #73DC78
Tints of Pastel Green #73DC78
RGB
CMYK
RGB Variations
Color information
#73DC78 (or 0x73DC78) is known color: Pastel Green. HEX triplet: 73, DC and 78. RGB value is (115,220,120). Sum of RGB (Red+Green+Blue) = 115+220+120=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC78 is #8C2387. Grayscale: #B1B1B1. Windows color (decimal): -9184136 or 7920755. OLE color: 7920755.
HSL color Cylindrical-coordinate representation of color #73DC78: hue angle of 122.86º 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 #73DC78 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 120 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.14 |
| HSL | 122.86º | 0.6% | 0.66% | - |
| HSV(B) | 122.86º | 0.48% | 0.86% | - |
| XYZ | 36.05 | 56.19 | 26.71 | - |
| YUV | 177.21 | 95.71 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 120 | 0.48 | 0 | 0.45 | 0.14 | 122.86 | 0.6 | 0.66 |
| Hex | 73 | DC | 78 | 30 | 0 | 2D | E | 7B | 3C | 42 |
| Octal | 163 | 334 | 170 | 60 | 0 | 55 | 16 | 173 | 74 | 102 |
| Binary | 1110011 | 11011100 | 1111000 | 110000 | 0 | 101101 | 1110 | 1111011 | 111100 | 1000010 |
Color Harmonies of #73DC78
Complementary color
Monochromatic Colors of #73DC78
Black with #73DC78
Text Example
Text Example
White with #73DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC78; }
p { color: rgb(115,220,120); }
H1.HeaderClassName
{
color: #73DC78;
}
.AnyTagClassName
{
color: #73DC78;
}
</style>
background-color css
<style>
a { background-color: #73DC78; }
a { background-color: rgb(115,220,120); }
div.DivClassName
{
background-color: #73DC78;
}
.BgClassName
{
background-color: #73DC78;
}
</style>
border-color css
<style>
span { border-color: #73DC78; }
span { border-color: rgb(115,220,120); }
td.TdClassName
{
border-color: #73DC78;
}
.TagClassName
{
border-color: #73DC78;
}
</style>