Shades of Keppel #4EBD95
Tints of Keppel #4EBD95
RGB
CMYK
RGB Variations
Color information
#4EBD95 (or 0x4EBD95) is known color: Keppel. HEX triplet: 4E, BD and 95. RGB value is (78,189,149). Sum of RGB (Red+Green+Blue) = 78+189+149=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBD95 is #B1426A. Grayscale: #979797. Windows color (decimal): -11616875 or 9813326. OLE color: 9813326.
HSL color Cylindrical-coordinate representation of color #4EBD95: hue angle of 158.38º 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 #4EBD95 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 149 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.26 |
| HSL | 158.38º | 0.46% | 0.52% | - |
| HSV(B) | 158.38º | 0.59% | 0.74% | - |
| XYZ | 26.76 | 40.18 | 34.78 | - |
| YUV | 151.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 149 | 0.59 | 0 | 0.21 | 0.26 | 158.38 | 0.46 | 0.52 |
| Hex | 4E | BD | 95 | 3B | 0 | 15 | 1A | 9E | 2E | 34 |
| Octal | 116 | 275 | 225 | 73 | 0 | 25 | 32 | 236 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10010101 | 111011 | 0 | 10101 | 11010 | 10011110 | 101110 | 110100 |
Color Harmonies of #4EBD95
Complementary color
Monochromatic Colors of #4EBD95
Black with #4EBD95
Text Example
Text Example
White with #4EBD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD95; }
p { color: rgb(78,189,149); }
H1.HeaderClassName
{
color: #4EBD95;
}
.AnyTagClassName
{
color: #4EBD95;
}
</style>
background-color css
<style>
a { background-color: #4EBD95; }
a { background-color: rgb(78,189,149); }
div.DivClassName
{
background-color: #4EBD95;
}
.BgClassName
{
background-color: #4EBD95;
}
</style>
border-color css
<style>
span { border-color: #4EBD95; }
span { border-color: rgb(78,189,149); }
td.TdClassName
{
border-color: #4EBD95;
}
.TagClassName
{
border-color: #4EBD95;
}
</style>