Shades of Keppel #4DBC91
Tints of Keppel #4DBC91
RGB
CMYK
RGB Variations
Color information
#4DBC91 (or 0x4DBC91) is known color: Keppel. HEX triplet: 4D, BC and 91. RGB value is (77,188,145). Sum of RGB (Red+Green+Blue) = 77+188+145=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC91 is #B2436E. Grayscale: #959595. Windows color (decimal): -11682671 or 9550925. OLE color: 9550925.
HSL color Cylindrical-coordinate representation of color #4DBC91: hue angle of 156.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC91 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 145 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.26 |
| HSL | 156.76º | 0.45% | 0.52% | - |
| HSV(B) | 156.76º | 0.59% | 0.74% | - |
| XYZ | 26.15 | 39.59 | 33.05 | - |
| YUV | 149.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 145 | 0.59 | 0 | 0.23 | 0.26 | 156.76 | 0.45 | 0.52 |
| Hex | 4D | BC | 91 | 3B | 0 | 17 | 1A | 9D | 2D | 34 |
| Octal | 115 | 274 | 221 | 73 | 0 | 27 | 32 | 235 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10010001 | 111011 | 0 | 10111 | 11010 | 10011101 | 101101 | 110100 |
Color Harmonies of #4DBC91
Complementary color
Monochromatic Colors of #4DBC91
Black with #4DBC91
Text Example
Text Example
White with #4DBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC91; }
p { color: rgb(77,188,145); }
H1.HeaderClassName
{
color: #4DBC91;
}
.AnyTagClassName
{
color: #4DBC91;
}
</style>
background-color css
<style>
a { background-color: #4DBC91; }
a { background-color: rgb(77,188,145); }
div.DivClassName
{
background-color: #4DBC91;
}
.BgClassName
{
background-color: #4DBC91;
}
</style>
border-color css
<style>
span { border-color: #4DBC91; }
span { border-color: rgb(77,188,145); }
td.TdClassName
{
border-color: #4DBC91;
}
.TagClassName
{
border-color: #4DBC91;
}
</style>