Shades of Keppel #4DAC8D
Tints of Keppel #4DAC8D
RGB
CMYK
RGB Variations
Color information
#4DAC8D (or 0x4DAC8D) is known color: Keppel. HEX triplet: 4D, AC and 8D. RGB value is (77,172,141). Sum of RGB (Red+Green+Blue) = 77+172+141=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC8D is #B25372. Grayscale: #8C8C8C. Windows color (decimal): -11686771 or 9284685. OLE color: 9284685.
HSL color Cylindrical-coordinate representation of color #4DAC8D: hue angle of 160.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC8D is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 141 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.33 |
| HSL | 160.42º | 0.38% | 0.49% | - |
| HSV(B) | 160.42º | 0.55% | 0.67% | - |
| XYZ | 22.62 | 33.01 | 30.38 | - |
| YUV | 140.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 141 | 0.55 | 0 | 0.18 | 0.33 | 160.42 | 0.38 | 0.49 |
| Hex | 4D | AC | 8D | 37 | 0 | 12 | 21 | A0 | 26 | 31 |
| Octal | 115 | 254 | 215 | 67 | 0 | 22 | 41 | 240 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10001101 | 110111 | 0 | 10010 | 100001 | 10100000 | 100110 | 110001 |
Color Harmonies of #4DAC8D
Complementary color
Monochromatic Colors of #4DAC8D
Black with #4DAC8D
Text Example
Text Example
White with #4DAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC8D; }
p { color: rgb(77,172,141); }
H1.HeaderClassName
{
color: #4DAC8D;
}
.AnyTagClassName
{
color: #4DAC8D;
}
</style>
background-color css
<style>
a { background-color: #4DAC8D; }
a { background-color: rgb(77,172,141); }
div.DivClassName
{
background-color: #4DAC8D;
}
.BgClassName
{
background-color: #4DAC8D;
}
</style>
border-color css
<style>
span { border-color: #4DAC8D; }
span { border-color: rgb(77,172,141); }
td.TdClassName
{
border-color: #4DAC8D;
}
.TagClassName
{
border-color: #4DAC8D;
}
</style>