Shades of Keppel #4DB296
Tints of Keppel #4DB296
RGB
CMYK
RGB Variations
Color information
#4DB296 (or 0x4DB296) is known color: Keppel. HEX triplet: 4D, B2 and 96. RGB value is (77,178,150). Sum of RGB (Red+Green+Blue) = 77+178+150=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB296 is #B24D69. Grayscale: #909090. Windows color (decimal): -11685226 or 9876045. OLE color: 9876045.
HSL color Cylindrical-coordinate representation of color #4DB296: hue angle of 163.37º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB296 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 150 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.30 |
| HSL | 163.37º | 0.4% | 0.5% | - |
| HSV(B) | 163.37º | 0.57% | 0.7% | - |
| XYZ | 24.49 | 35.62 | 34.44 | - |
| YUV | 144.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 150 | 0.57 | 0 | 0.16 | 0.30 | 163.37 | 0.4 | 0.5 |
| Hex | 4D | B2 | 96 | 39 | 0 | 10 | 1E | A3 | 28 | 32 |
| Octal | 115 | 262 | 226 | 71 | 0 | 20 | 36 | 243 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10010110 | 111001 | 0 | 10000 | 11110 | 10100011 | 101000 | 110010 |
Color Harmonies of #4DB296
Complementary color
Monochromatic Colors of #4DB296
Black with #4DB296
Text Example
Text Example
White with #4DB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB296; }
p { color: rgb(77,178,150); }
H1.HeaderClassName
{
color: #4DB296;
}
.AnyTagClassName
{
color: #4DB296;
}
</style>
background-color css
<style>
a { background-color: #4DB296; }
a { background-color: rgb(77,178,150); }
div.DivClassName
{
background-color: #4DB296;
}
.BgClassName
{
background-color: #4DB296;
}
</style>
border-color css
<style>
span { border-color: #4DB296; }
span { border-color: rgb(77,178,150); }
td.TdClassName
{
border-color: #4DB296;
}
.TagClassName
{
border-color: #4DB296;
}
</style>