Shades of Keppel #4EBD8D
Tints of Keppel #4EBD8D
RGB
CMYK
RGB Variations
Color information
#4EBD8D (or 0x4EBD8D) is known color: Keppel. HEX triplet: 4E, BD and 8D. RGB value is (78,189,141). Sum of RGB (Red+Green+Blue) = 78+189+141=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBD8D is #B14272. Grayscale: #969696. Windows color (decimal): -11616883 or 9289038. OLE color: 9289038.
HSL color Cylindrical-coordinate representation of color #4EBD8D: hue angle of 154.05º 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 #4EBD8D is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 141 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.26 |
| HSL | 154.05º | 0.46% | 0.52% | - |
| HSV(B) | 154.05º | 0.59% | 0.74% | - |
| XYZ | 26.15 | 39.94 | 31.53 | - |
| YUV | 150.34 | 122.73 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 141 | 0.59 | 0 | 0.25 | 0.26 | 154.05 | 0.46 | 0.52 |
| Hex | 4E | BD | 8D | 3B | 0 | 19 | 1A | 9A | 2E | 34 |
| Octal | 116 | 275 | 215 | 73 | 0 | 31 | 32 | 232 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10001101 | 111011 | 0 | 11001 | 11010 | 10011010 | 101110 | 110100 |
Color Harmonies of #4EBD8D
Complementary color
Monochromatic Colors of #4EBD8D
Black with #4EBD8D
Text Example
Text Example
White with #4EBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD8D; }
p { color: rgb(78,189,141); }
H1.HeaderClassName
{
color: #4EBD8D;
}
.AnyTagClassName
{
color: #4EBD8D;
}
</style>
background-color css
<style>
a { background-color: #4EBD8D; }
a { background-color: rgb(78,189,141); }
div.DivClassName
{
background-color: #4EBD8D;
}
.BgClassName
{
background-color: #4EBD8D;
}
</style>
border-color css
<style>
span { border-color: #4EBD8D; }
span { border-color: rgb(78,189,141); }
td.TdClassName
{
border-color: #4EBD8D;
}
.TagClassName
{
border-color: #4EBD8D;
}
</style>