Shades of Gossamer #4DA68F
Tints of Gossamer #4DA68F
RGB
CMYK
RGB Variations
Color information
#4DA68F (or 0x4DA68F) is known color: Gossamer. HEX triplet: 4D, A6 and 8F. RGB value is (77,166,143). Sum of RGB (Red+Green+Blue) = 77+166+143=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA68F is #B25970. Grayscale: #888888. Windows color (decimal): -11688305 or 9414221. OLE color: 9414221.
HSL color Cylindrical-coordinate representation of color #4DA68F: hue angle of 164.49º 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 #4DA68F is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 166 | 143 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.35 |
| HSL | 164.49º | 0.37% | 0.48% | - |
| HSV(B) | 164.49º | 0.54% | 0.65% | - |
| XYZ | 21.65 | 30.83 | 30.8 | - |
| YUV | 136.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 143 | 0.54 | 0 | 0.14 | 0.35 | 164.49 | 0.37 | 0.48 |
| Hex | 4D | A6 | 8F | 36 | 0 | E | 23 | A4 | 25 | 30 |
| Octal | 115 | 246 | 217 | 66 | 0 | 16 | 43 | 244 | 45 | 60 |
| Binary | 1001101 | 10100110 | 10001111 | 110110 | 0 | 1110 | 100011 | 10100100 | 100101 | 110000 |
Color Harmonies of #4DA68F
Complementary color
Monochromatic Colors of #4DA68F
Black with #4DA68F
Text Example
Text Example
White with #4DA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA68F; }
p { color: rgb(77,166,143); }
H1.HeaderClassName
{
color: #4DA68F;
}
.AnyTagClassName
{
color: #4DA68F;
}
</style>
background-color css
<style>
a { background-color: #4DA68F; }
a { background-color: rgb(77,166,143); }
div.DivClassName
{
background-color: #4DA68F;
}
.BgClassName
{
background-color: #4DA68F;
}
</style>
border-color css
<style>
span { border-color: #4DA68F; }
span { border-color: rgb(77,166,143); }
td.TdClassName
{
border-color: #4DA68F;
}
.TagClassName
{
border-color: #4DA68F;
}
</style>