Shades of Keppel #4DBC93
Tints of Keppel #4DBC93
RGB
CMYK
RGB Variations
Color information
#4DBC93 (or 0x4DBC93) is known color: Keppel. HEX triplet: 4D, BC and 93. RGB value is (77,188,147). Sum of RGB (Red+Green+Blue) = 77+188+147=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC93 is #B2436C. Grayscale: #969696. Windows color (decimal): -11682669 or 9681997. OLE color: 9681997.
HSL color Cylindrical-coordinate representation of color #4DBC93: hue angle of 157.84º 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 #4DBC93 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 147 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.26 |
| HSL | 157.84º | 0.45% | 0.52% | - |
| HSV(B) | 157.84º | 0.59% | 0.74% | - |
| XYZ | 26.31 | 39.65 | 33.87 | - |
| YUV | 150.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 147 | 0.59 | 0 | 0.22 | 0.26 | 157.84 | 0.45 | 0.52 |
| Hex | 4D | BC | 93 | 3B | 0 | 16 | 1A | 9E | 2D | 34 |
| Octal | 115 | 274 | 223 | 73 | 0 | 26 | 32 | 236 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10010011 | 111011 | 0 | 10110 | 11010 | 10011110 | 101101 | 110100 |
Color Harmonies of #4DBC93
Complementary color
Monochromatic Colors of #4DBC93
Black with #4DBC93
Text Example
Text Example
White with #4DBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC93; }
p { color: rgb(77,188,147); }
H1.HeaderClassName
{
color: #4DBC93;
}
.AnyTagClassName
{
color: #4DBC93;
}
</style>
background-color css
<style>
a { background-color: #4DBC93; }
a { background-color: rgb(77,188,147); }
div.DivClassName
{
background-color: #4DBC93;
}
.BgClassName
{
background-color: #4DBC93;
}
</style>
border-color css
<style>
span { border-color: #4DBC93; }
span { border-color: rgb(77,188,147); }
td.TdClassName
{
border-color: #4DBC93;
}
.TagClassName
{
border-color: #4DBC93;
}
</style>