Shades of Keppel #4DBD8F
Tints of Keppel #4DBD8F
RGB
CMYK
RGB Variations
Color information
#4DBD8F (or 0x4DBD8F) is known color: Keppel. HEX triplet: 4D, BD and 8F. RGB value is (77,189,143). Sum of RGB (Red+Green+Blue) = 77+189+143=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBD8F is #B24270. Grayscale: #969696. Windows color (decimal): -11682417 or 9420109. OLE color: 9420109.
HSL color Cylindrical-coordinate representation of color #4DBD8F: hue angle of 155.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBD8F is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 143 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.26 |
| HSL | 155.36º | 0.46% | 0.52% | - |
| HSV(B) | 155.36º | 0.59% | 0.74% | - |
| XYZ | 26.22 | 39.96 | 32.32 | - |
| YUV | 150.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 143 | 0.59 | 0 | 0.24 | 0.26 | 155.36 | 0.46 | 0.52 |
| Hex | 4D | BD | 8F | 3B | 0 | 18 | 1A | 9B | 2E | 34 |
| Octal | 115 | 275 | 217 | 73 | 0 | 30 | 32 | 233 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10001111 | 111011 | 0 | 11000 | 11010 | 10011011 | 101110 | 110100 |
Color Harmonies of #4DBD8F
Complementary color
Monochromatic Colors of #4DBD8F
Black with #4DBD8F
Text Example
Text Example
White with #4DBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD8F; }
p { color: rgb(77,189,143); }
H1.HeaderClassName
{
color: #4DBD8F;
}
.AnyTagClassName
{
color: #4DBD8F;
}
</style>
background-color css
<style>
a { background-color: #4DBD8F; }
a { background-color: rgb(77,189,143); }
div.DivClassName
{
background-color: #4DBD8F;
}
.BgClassName
{
background-color: #4DBD8F;
}
</style>
border-color css
<style>
span { border-color: #4DBD8F; }
span { border-color: rgb(77,189,143); }
td.TdClassName
{
border-color: #4DBD8F;
}
.TagClassName
{
border-color: #4DBD8F;
}
</style>