Shades of Gossamer #4DA78D
Tints of Gossamer #4DA78D
RGB
CMYK
RGB Variations
Color information
#4DA78D (or 0x4DA78D) is known color: Gossamer. HEX triplet: 4D, A7 and 8D. RGB value is (77,167,141). Sum of RGB (Red+Green+Blue) = 77+167+141=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA78D is #B25872. Grayscale: #898989. Windows color (decimal): -11688051 or 9283405. OLE color: 9283405.
HSL color Cylindrical-coordinate representation of color #4DA78D: hue angle of 162.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA78D is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 167 | 141 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.35 |
| HSL | 162.67º | 0.37% | 0.48% | - |
| HSV(B) | 162.67º | 0.54% | 0.65% | - |
| XYZ | 21.69 | 31.14 | 30.07 | - |
| YUV | 137.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 167 | 141 | 0.54 | 0 | 0.16 | 0.35 | 162.67 | 0.37 | 0.48 |
| Hex | 4D | A7 | 8D | 36 | 0 | 10 | 23 | A3 | 25 | 30 |
| Octal | 115 | 247 | 215 | 66 | 0 | 20 | 43 | 243 | 45 | 60 |
| Binary | 1001101 | 10100111 | 10001101 | 110110 | 0 | 10000 | 100011 | 10100011 | 100101 | 110000 |
Color Harmonies of #4DA78D
Complementary color
Monochromatic Colors of #4DA78D
Black with #4DA78D
Text Example
Text Example
White with #4DA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA78D; }
p { color: rgb(77,167,141); }
H1.HeaderClassName
{
color: #4DA78D;
}
.AnyTagClassName
{
color: #4DA78D;
}
</style>
background-color css
<style>
a { background-color: #4DA78D; }
a { background-color: rgb(77,167,141); }
div.DivClassName
{
background-color: #4DA78D;
}
.BgClassName
{
background-color: #4DA78D;
}
</style>
border-color css
<style>
span { border-color: #4DA78D; }
span { border-color: rgb(77,167,141); }
td.TdClassName
{
border-color: #4DA78D;
}
.TagClassName
{
border-color: #4DA78D;
}
</style>