Shades of Keppel #4DB98B
Tints of Keppel #4DB98B
RGB
CMYK
RGB Variations
Color information
#4DB98B (or 0x4DB98B) is known color: Keppel. HEX triplet: 4D, B9 and 8B. RGB value is (77,185,139). Sum of RGB (Red+Green+Blue) = 77+185+139=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB98B is #B24674. Grayscale: #939393. Windows color (decimal): -11683445 or 9156941. OLE color: 9156941.
HSL color Cylindrical-coordinate representation of color #4DB98B: hue angle of 154.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB98B is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 139 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.27 |
| HSL | 154.44º | 0.44% | 0.51% | - |
| HSV(B) | 154.44º | 0.58% | 0.73% | - |
| XYZ | 25.07 | 38.14 | 30.47 | - |
| YUV | 147.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 139 | 0.58 | 0 | 0.25 | 0.27 | 154.44 | 0.44 | 0.51 |
| Hex | 4D | B9 | 8B | 3A | 0 | 19 | 1B | 9A | 2C | 33 |
| Octal | 115 | 271 | 213 | 72 | 0 | 31 | 33 | 232 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10001011 | 111010 | 0 | 11001 | 11011 | 10011010 | 101100 | 110011 |
Color Harmonies of #4DB98B
Complementary color
Monochromatic Colors of #4DB98B
Black with #4DB98B
Text Example
Text Example
White with #4DB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB98B; }
p { color: rgb(77,185,139); }
H1.HeaderClassName
{
color: #4DB98B;
}
.AnyTagClassName
{
color: #4DB98B;
}
</style>
background-color css
<style>
a { background-color: #4DB98B; }
a { background-color: rgb(77,185,139); }
div.DivClassName
{
background-color: #4DB98B;
}
.BgClassName
{
background-color: #4DB98B;
}
</style>
border-color css
<style>
span { border-color: #4DB98B; }
span { border-color: rgb(77,185,139); }
td.TdClassName
{
border-color: #4DB98B;
}
.TagClassName
{
border-color: #4DB98B;
}
</style>