Shades of Keppel #4EB38A
Tints of Keppel #4EB38A
RGB
CMYK
RGB Variations
Color information
#4EB38A (or 0x4EB38A) is known color: Keppel. HEX triplet: 4E, B3 and 8A. RGB value is (78,179,138). Sum of RGB (Red+Green+Blue) = 78+179+138=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB38A is #B14C75. Grayscale: #909090. Windows color (decimal): -11619446 or 9089870. OLE color: 9089870.
HSL color Cylindrical-coordinate representation of color #4EB38A: hue angle of 155.64º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB38A is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 179 | 138 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.30 |
| HSL | 155.64º | 0.4% | 0.5% | - |
| HSV(B) | 155.64º | 0.56% | 0.7% | - |
| XYZ | 23.85 | 35.69 | 29.68 | - |
| YUV | 144.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 179 | 138 | 0.56 | 0 | 0.23 | 0.30 | 155.64 | 0.4 | 0.5 |
| Hex | 4E | B3 | 8A | 38 | 0 | 17 | 1E | 9C | 28 | 32 |
| Octal | 116 | 263 | 212 | 70 | 0 | 27 | 36 | 234 | 50 | 62 |
| Binary | 1001110 | 10110011 | 10001010 | 111000 | 0 | 10111 | 11110 | 10011100 | 101000 | 110010 |
Color Harmonies of #4EB38A
Complementary color
Monochromatic Colors of #4EB38A
Black with #4EB38A
Text Example
Text Example
White with #4EB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB38A; }
p { color: rgb(78,179,138); }
H1.HeaderClassName
{
color: #4EB38A;
}
.AnyTagClassName
{
color: #4EB38A;
}
</style>
background-color css
<style>
a { background-color: #4EB38A; }
a { background-color: rgb(78,179,138); }
div.DivClassName
{
background-color: #4EB38A;
}
.BgClassName
{
background-color: #4EB38A;
}
</style>
border-color css
<style>
span { border-color: #4EB38A; }
span { border-color: rgb(78,179,138); }
td.TdClassName
{
border-color: #4EB38A;
}
.TagClassName
{
border-color: #4EB38A;
}
</style>