Shades of Keppel #4DB28B
Tints of Keppel #4DB28B
RGB
CMYK
RGB Variations
Color information
#4DB28B (or 0x4DB28B) is known color: Keppel. HEX triplet: 4D, B2 and 8B. RGB value is (77,178,139). Sum of RGB (Red+Green+Blue) = 77+178+139=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB28B is #B24D74. Grayscale: #8F8F8F. Windows color (decimal): -11685237 or 9155149. OLE color: 9155149.
HSL color Cylindrical-coordinate representation of color #4DB28B: hue angle of 156.83º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB28B is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 139 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.30 |
| HSL | 156.83º | 0.4% | 0.5% | - |
| HSV(B) | 156.83º | 0.57% | 0.7% | - |
| XYZ | 23.64 | 35.28 | 29.99 | - |
| YUV | 143.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 139 | 0.57 | 0 | 0.22 | 0.30 | 156.83 | 0.4 | 0.5 |
| Hex | 4D | B2 | 8B | 39 | 0 | 16 | 1E | 9D | 28 | 32 |
| Octal | 115 | 262 | 213 | 71 | 0 | 26 | 36 | 235 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10001011 | 111001 | 0 | 10110 | 11110 | 10011101 | 101000 | 110010 |
Color Harmonies of #4DB28B
Complementary color
Monochromatic Colors of #4DB28B
Black with #4DB28B
Text Example
Text Example
White with #4DB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB28B; }
p { color: rgb(77,178,139); }
H1.HeaderClassName
{
color: #4DB28B;
}
.AnyTagClassName
{
color: #4DB28B;
}
</style>
background-color css
<style>
a { background-color: #4DB28B; }
a { background-color: rgb(77,178,139); }
div.DivClassName
{
background-color: #4DB28B;
}
.BgClassName
{
background-color: #4DB28B;
}
</style>
border-color css
<style>
span { border-color: #4DB28B; }
span { border-color: rgb(77,178,139); }
td.TdClassName
{
border-color: #4DB28B;
}
.TagClassName
{
border-color: #4DB28B;
}
</style>