Shades of Keppel #4DBE8D
Tints of Keppel #4DBE8D
RGB
CMYK
RGB Variations
Color information
#4DBE8D (or 0x4DBE8D) is known color: Keppel. HEX triplet: 4D, BE and 8D. RGB value is (77,190,141). Sum of RGB (Red+Green+Blue) = 77+190+141=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE8D is #B24172. Grayscale: #969696. Windows color (decimal): -11682163 or 9289293. OLE color: 9289293.
HSL color Cylindrical-coordinate representation of color #4DBE8D: hue angle of 153.98º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE8D is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 141 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.25 |
| HSL | 153.98º | 0.47% | 0.52% | - |
| HSV(B) | 153.98º | 0.59% | 0.75% | - |
| XYZ | 26.28 | 40.33 | 31.6 | - |
| YUV | 150.63 | 122.56 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 141 | 0.59 | 0 | 0.26 | 0.25 | 153.98 | 0.47 | 0.52 |
| Hex | 4D | BE | 8D | 3B | 0 | 1A | 19 | 9A | 2F | 34 |
| Octal | 115 | 276 | 215 | 73 | 0 | 32 | 31 | 232 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10001101 | 111011 | 0 | 11010 | 11001 | 10011010 | 101111 | 110100 |
Color Harmonies of #4DBE8D
Complementary color
Monochromatic Colors of #4DBE8D
Black with #4DBE8D
Text Example
Text Example
White with #4DBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE8D; }
p { color: rgb(77,190,141); }
H1.HeaderClassName
{
color: #4DBE8D;
}
.AnyTagClassName
{
color: #4DBE8D;
}
</style>
background-color css
<style>
a { background-color: #4DBE8D; }
a { background-color: rgb(77,190,141); }
div.DivClassName
{
background-color: #4DBE8D;
}
.BgClassName
{
background-color: #4DBE8D;
}
</style>
border-color css
<style>
span { border-color: #4DBE8D; }
span { border-color: rgb(77,190,141); }
td.TdClassName
{
border-color: #4DBE8D;
}
.TagClassName
{
border-color: #4DBE8D;
}
</style>