Shades of Keppel #4DBB8D
Tints of Keppel #4DBB8D
RGB
CMYK
RGB Variations
Color information
#4DBB8D (or 0x4DBB8D) is known color: Keppel. HEX triplet: 4D, BB and 8D. RGB value is (77,187,141). Sum of RGB (Red+Green+Blue) = 77+187+141=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB8D is #B24472. Grayscale: #949494. Windows color (decimal): -11682931 or 9288525. OLE color: 9288525.
HSL color Cylindrical-coordinate representation of color #4DBB8D: hue angle of 154.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB8D is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 141 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.27 |
| HSL | 154.91º | 0.45% | 0.52% | - |
| HSV(B) | 154.91º | 0.59% | 0.73% | - |
| XYZ | 25.64 | 39.04 | 31.38 | - |
| YUV | 148.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 141 | 0.59 | 0 | 0.25 | 0.27 | 154.91 | 0.45 | 0.52 |
| Hex | 4D | BB | 8D | 3B | 0 | 19 | 1B | 9B | 2D | 34 |
| Octal | 115 | 273 | 215 | 73 | 0 | 31 | 33 | 233 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10001101 | 111011 | 0 | 11001 | 11011 | 10011011 | 101101 | 110100 |
Color Harmonies of #4DBB8D
Complementary color
Monochromatic Colors of #4DBB8D
Black with #4DBB8D
Text Example
Text Example
White with #4DBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB8D; }
p { color: rgb(77,187,141); }
H1.HeaderClassName
{
color: #4DBB8D;
}
.AnyTagClassName
{
color: #4DBB8D;
}
</style>
background-color css
<style>
a { background-color: #4DBB8D; }
a { background-color: rgb(77,187,141); }
div.DivClassName
{
background-color: #4DBB8D;
}
.BgClassName
{
background-color: #4DBB8D;
}
</style>
border-color css
<style>
span { border-color: #4DBB8D; }
span { border-color: rgb(77,187,141); }
td.TdClassName
{
border-color: #4DBB8D;
}
.TagClassName
{
border-color: #4DBB8D;
}
</style>