Shades of Keppel #4DBD8E
Tints of Keppel #4DBD8E
RGB
CMYK
RGB Variations
Color information
#4DBD8E (or 0x4DBD8E) is known color: Keppel. HEX triplet: 4D, BD and 8E. RGB value is (77,189,142). Sum of RGB (Red+Green+Blue) = 77+189+142=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBD8E is #B24271. Grayscale: #969696. Windows color (decimal): -11682418 or 9354573. OLE color: 9354573.
HSL color Cylindrical-coordinate representation of color #4DBD8E: hue angle of 154.82º degrees, saturation: 0.46, 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 #4DBD8E is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 142 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.26 |
| HSL | 154.82º | 0.46% | 0.52% | - |
| HSV(B) | 154.82º | 0.59% | 0.74% | - |
| XYZ | 26.14 | 39.93 | 31.92 | - |
| YUV | 150.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 142 | 0.59 | 0 | 0.25 | 0.26 | 154.82 | 0.46 | 0.52 |
| Hex | 4D | BD | 8E | 3B | 0 | 19 | 1A | 9B | 2E | 34 |
| Octal | 115 | 275 | 216 | 73 | 0 | 31 | 32 | 233 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10001110 | 111011 | 0 | 11001 | 11010 | 10011011 | 101110 | 110100 |
Color Harmonies of #4DBD8E
Complementary color
Monochromatic Colors of #4DBD8E
Black with #4DBD8E
Text Example
Text Example
White with #4DBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD8E; }
p { color: rgb(77,189,142); }
H1.HeaderClassName
{
color: #4DBD8E;
}
.AnyTagClassName
{
color: #4DBD8E;
}
</style>
background-color css
<style>
a { background-color: #4DBD8E; }
a { background-color: rgb(77,189,142); }
div.DivClassName
{
background-color: #4DBD8E;
}
.BgClassName
{
background-color: #4DBD8E;
}
</style>
border-color css
<style>
span { border-color: #4DBD8E; }
span { border-color: rgb(77,189,142); }
td.TdClassName
{
border-color: #4DBD8E;
}
.TagClassName
{
border-color: #4DBD8E;
}
</style>