Shades of Keppel #4DB58E
Tints of Keppel #4DB58E
RGB
CMYK
RGB Variations
Color information
#4DB58E (or 0x4DB58E) is known color: Keppel. HEX triplet: 4D, B5 and 8E. RGB value is (77,181,142). Sum of RGB (Red+Green+Blue) = 77+181+142=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB58E is #B24A71. Grayscale: #919191. Windows color (decimal): -11684466 or 9352525. OLE color: 9352525.
HSL color Cylindrical-coordinate representation of color #4DB58E: hue angle of 157.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB58E is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 142 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.29 |
| HSL | 157.5º | 0.41% | 0.51% | - |
| HSV(B) | 157.5º | 0.57% | 0.71% | - |
| XYZ | 24.47 | 36.58 | 31.36 | - |
| YUV | 145.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 142 | 0.57 | 0 | 0.22 | 0.29 | 157.5 | 0.41 | 0.51 |
| Hex | 4D | B5 | 8E | 39 | 0 | 16 | 1D | 9E | 29 | 33 |
| Octal | 115 | 265 | 216 | 71 | 0 | 26 | 35 | 236 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10001110 | 111001 | 0 | 10110 | 11101 | 10011110 | 101001 | 110011 |
Color Harmonies of #4DB58E
Complementary color
Monochromatic Colors of #4DB58E
Black with #4DB58E
Text Example
Text Example
White with #4DB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB58E; }
p { color: rgb(77,181,142); }
H1.HeaderClassName
{
color: #4DB58E;
}
.AnyTagClassName
{
color: #4DB58E;
}
</style>
background-color css
<style>
a { background-color: #4DB58E; }
a { background-color: rgb(77,181,142); }
div.DivClassName
{
background-color: #4DB58E;
}
.BgClassName
{
background-color: #4DB58E;
}
</style>
border-color css
<style>
span { border-color: #4DB58E; }
span { border-color: rgb(77,181,142); }
td.TdClassName
{
border-color: #4DB58E;
}
.TagClassName
{
border-color: #4DB58E;
}
</style>