Shades of Keppel #4DB496
Tints of Keppel #4DB496
RGB
CMYK
RGB Variations
Color information
#4DB496 (or 0x4DB496) is known color: Keppel. HEX triplet: 4D, B4 and 96. RGB value is (77,180,150). Sum of RGB (Red+Green+Blue) = 77+180+150=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB496 is #B24B69. Grayscale: #919191. Windows color (decimal): -11684714 or 9876557. OLE color: 9876557.
HSL color Cylindrical-coordinate representation of color #4DB496: hue angle of 162.52º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB496 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 150 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.29 |
| HSL | 162.52º | 0.41% | 0.5% | - |
| HSV(B) | 162.52º | 0.57% | 0.71% | - |
| XYZ | 24.89 | 36.42 | 34.57 | - |
| YUV | 145.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 150 | 0.57 | 0 | 0.17 | 0.29 | 162.52 | 0.41 | 0.5 |
| Hex | 4D | B4 | 96 | 39 | 0 | 11 | 1D | A3 | 29 | 32 |
| Octal | 115 | 264 | 226 | 71 | 0 | 21 | 35 | 243 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10010110 | 111001 | 0 | 10001 | 11101 | 10100011 | 101001 | 110010 |
Color Harmonies of #4DB496
Complementary color
Monochromatic Colors of #4DB496
Black with #4DB496
Text Example
Text Example
White with #4DB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB496; }
p { color: rgb(77,180,150); }
H1.HeaderClassName
{
color: #4DB496;
}
.AnyTagClassName
{
color: #4DB496;
}
</style>
background-color css
<style>
a { background-color: #4DB496; }
a { background-color: rgb(77,180,150); }
div.DivClassName
{
background-color: #4DB496;
}
.BgClassName
{
background-color: #4DB496;
}
</style>
border-color css
<style>
span { border-color: #4DB496; }
span { border-color: rgb(77,180,150); }
td.TdClassName
{
border-color: #4DB496;
}
.TagClassName
{
border-color: #4DB496;
}
</style>