Shades of Gossamer #4DA88E
Tints of Gossamer #4DA88E
RGB
CMYK
RGB Variations
Color information
#4DA88E (or 0x4DA88E) is known color: Gossamer. HEX triplet: 4D, A8 and 8E. RGB value is (77,168,142). Sum of RGB (Red+Green+Blue) = 77+168+142=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA88E is #B25771. Grayscale: #898989. Windows color (decimal): -11687794 or 9349197. OLE color: 9349197.
HSL color Cylindrical-coordinate representation of color #4DA88E: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA88E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 142 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.34 |
| HSL | 162.86º | 0.37% | 0.48% | - |
| HSV(B) | 162.86º | 0.54% | 0.66% | - |
| XYZ | 21.95 | 31.54 | 30.52 | - |
| YUV | 137.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 142 | 0.54 | 0 | 0.15 | 0.34 | 162.86 | 0.37 | 0.48 |
| Hex | 4D | A8 | 8E | 36 | 0 | F | 22 | A3 | 25 | 30 |
| Octal | 115 | 250 | 216 | 66 | 0 | 17 | 42 | 243 | 45 | 60 |
| Binary | 1001101 | 10101000 | 10001110 | 110110 | 0 | 1111 | 100010 | 10100011 | 100101 | 110000 |
Color Harmonies of #4DA88E
Complementary color
Monochromatic Colors of #4DA88E
Black with #4DA88E
Text Example
Text Example
White with #4DA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA88E; }
p { color: rgb(77,168,142); }
H1.HeaderClassName
{
color: #4DA88E;
}
.AnyTagClassName
{
color: #4DA88E;
}
</style>
background-color css
<style>
a { background-color: #4DA88E; }
a { background-color: rgb(77,168,142); }
div.DivClassName
{
background-color: #4DA88E;
}
.BgClassName
{
background-color: #4DA88E;
}
</style>
border-color css
<style>
span { border-color: #4DA88E; }
span { border-color: rgb(77,168,142); }
td.TdClassName
{
border-color: #4DA88E;
}
.TagClassName
{
border-color: #4DA88E;
}
</style>