Shades of Keppel #4DB48A
Tints of Keppel #4DB48A
RGB
CMYK
RGB Variations
Color information
#4DB48A (or 0x4DB48A) is known color: Keppel. HEX triplet: 4D, B4 and 8A. RGB value is (77,180,138). Sum of RGB (Red+Green+Blue) = 77+180+138=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB48A is #B24B75. Grayscale: #909090. Windows color (decimal): -11684726 or 9090125. OLE color: 9090125.
HSL color Cylindrical-coordinate representation of color #4DB48A: hue angle of 155.53º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB48A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 138 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.29 |
| HSL | 155.53º | 0.41% | 0.5% | - |
| HSV(B) | 155.53º | 0.57% | 0.71% | - |
| XYZ | 23.97 | 36.06 | 29.74 | - |
| YUV | 144.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 138 | 0.57 | 0 | 0.23 | 0.29 | 155.53 | 0.41 | 0.5 |
| Hex | 4D | B4 | 8A | 39 | 0 | 17 | 1D | 9C | 29 | 32 |
| Octal | 115 | 264 | 212 | 71 | 0 | 27 | 35 | 234 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10001010 | 111001 | 0 | 10111 | 11101 | 10011100 | 101001 | 110010 |
Color Harmonies of #4DB48A
Complementary color
Monochromatic Colors of #4DB48A
Black with #4DB48A
Text Example
Text Example
White with #4DB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB48A; }
p { color: rgb(77,180,138); }
H1.HeaderClassName
{
color: #4DB48A;
}
.AnyTagClassName
{
color: #4DB48A;
}
</style>
background-color css
<style>
a { background-color: #4DB48A; }
a { background-color: rgb(77,180,138); }
div.DivClassName
{
background-color: #4DB48A;
}
.BgClassName
{
background-color: #4DB48A;
}
</style>
border-color css
<style>
span { border-color: #4DB48A; }
span { border-color: rgb(77,180,138); }
td.TdClassName
{
border-color: #4DB48A;
}
.TagClassName
{
border-color: #4DB48A;
}
</style>