Shades of Keppel #4DB68E
Tints of Keppel #4DB68E
RGB
CMYK
RGB Variations
Color information
#4DB68E (or 0x4DB68E) is known color: Keppel. HEX triplet: 4D, B6 and 8E. RGB value is (77,182,142). Sum of RGB (Red+Green+Blue) = 77+182+142=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB68E is #B24971. Grayscale: #929292. Windows color (decimal): -11684210 or 9352781. OLE color: 9352781.
HSL color Cylindrical-coordinate representation of color #4DB68E: hue angle of 157.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB68E is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 142 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.29 |
| HSL | 157.14º | 0.42% | 0.51% | - |
| HSV(B) | 157.14º | 0.58% | 0.71% | - |
| XYZ | 24.67 | 36.99 | 31.43 | - |
| YUV | 146.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 142 | 0.58 | 0 | 0.22 | 0.29 | 157.14 | 0.42 | 0.51 |
| Hex | 4D | B6 | 8E | 3A | 0 | 16 | 1D | 9D | 2A | 33 |
| Octal | 115 | 266 | 216 | 72 | 0 | 26 | 35 | 235 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10001110 | 111010 | 0 | 10110 | 11101 | 10011101 | 101010 | 110011 |
Color Harmonies of #4DB68E
Complementary color
Monochromatic Colors of #4DB68E
Black with #4DB68E
Text Example
Text Example
White with #4DB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB68E; }
p { color: rgb(77,182,142); }
H1.HeaderClassName
{
color: #4DB68E;
}
.AnyTagClassName
{
color: #4DB68E;
}
</style>
background-color css
<style>
a { background-color: #4DB68E; }
a { background-color: rgb(77,182,142); }
div.DivClassName
{
background-color: #4DB68E;
}
.BgClassName
{
background-color: #4DB68E;
}
</style>
border-color css
<style>
span { border-color: #4DB68E; }
span { border-color: rgb(77,182,142); }
td.TdClassName
{
border-color: #4DB68E;
}
.TagClassName
{
border-color: #4DB68E;
}
</style>