Shades of Keppel #4EBF94
Tints of Keppel #4EBF94
RGB
CMYK
RGB Variations
Color information
#4EBF94 (or 0x4EBF94) is known color: Keppel. HEX triplet: 4E, BF and 94. RGB value is (78,191,148). Sum of RGB (Red+Green+Blue) = 78+191+148=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBF94 is #B1406B. Grayscale: #989898. Windows color (decimal): -11616364 or 9748302. OLE color: 9748302.
HSL color Cylindrical-coordinate representation of color #4EBF94: hue angle of 157.17º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBF94 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 148 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.25 |
| HSL | 157.17º | 0.47% | 0.53% | - |
| HSV(B) | 157.17º | 0.59% | 0.75% | - |
| XYZ | 27.12 | 41.02 | 34.51 | - |
| YUV | 152.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 148 | 0.59 | 0 | 0.23 | 0.25 | 157.17 | 0.47 | 0.53 |
| Hex | 4E | BF | 94 | 3B | 0 | 17 | 19 | 9D | 2F | 35 |
| Octal | 116 | 277 | 224 | 73 | 0 | 27 | 31 | 235 | 57 | 65 |
| Binary | 1001110 | 10111111 | 10010100 | 111011 | 0 | 10111 | 11001 | 10011101 | 101111 | 110101 |
Color Harmonies of #4EBF94
Complementary color
Monochromatic Colors of #4EBF94
Black with #4EBF94
Text Example
Text Example
White with #4EBF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBF94; }
p { color: rgb(78,191,148); }
H1.HeaderClassName
{
color: #4EBF94;
}
.AnyTagClassName
{
color: #4EBF94;
}
</style>
background-color css
<style>
a { background-color: #4EBF94; }
a { background-color: rgb(78,191,148); }
div.DivClassName
{
background-color: #4EBF94;
}
.BgClassName
{
background-color: #4EBF94;
}
</style>
border-color css
<style>
span { border-color: #4EBF94; }
span { border-color: rgb(78,191,148); }
td.TdClassName
{
border-color: #4EBF94;
}
.TagClassName
{
border-color: #4EBF94;
}
</style>