Shades of Keppel #4DB595
Tints of Keppel #4DB595
RGB
CMYK
RGB Variations
Color information
#4DB595 (or 0x4DB595) is known color: Keppel. HEX triplet: 4D, B5 and 95. RGB value is (77,181,149). Sum of RGB (Red+Green+Blue) = 77+181+149=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB595 is #B24A6A. Grayscale: #929292. Windows color (decimal): -11684459 or 9811277. OLE color: 9811277.
HSL color Cylindrical-coordinate representation of color #4DB595: hue angle of 161.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB595 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 149 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.29 |
| HSL | 161.54º | 0.41% | 0.51% | - |
| HSV(B) | 161.54º | 0.57% | 0.71% | - |
| XYZ | 25.01 | 36.8 | 34.22 | - |
| YUV | 146.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 149 | 0.57 | 0 | 0.18 | 0.29 | 161.54 | 0.41 | 0.51 |
| Hex | 4D | B5 | 95 | 39 | 0 | 12 | 1D | A2 | 29 | 33 |
| Octal | 115 | 265 | 225 | 71 | 0 | 22 | 35 | 242 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10010101 | 111001 | 0 | 10010 | 11101 | 10100010 | 101001 | 110011 |
Color Harmonies of #4DB595
Complementary color
Monochromatic Colors of #4DB595
Black with #4DB595
Text Example
Text Example
White with #4DB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB595; }
p { color: rgb(77,181,149); }
H1.HeaderClassName
{
color: #4DB595;
}
.AnyTagClassName
{
color: #4DB595;
}
</style>
background-color css
<style>
a { background-color: #4DB595; }
a { background-color: rgb(77,181,149); }
div.DivClassName
{
background-color: #4DB595;
}
.BgClassName
{
background-color: #4DB595;
}
</style>
border-color css
<style>
span { border-color: #4DB595; }
span { border-color: rgb(77,181,149); }
td.TdClassName
{
border-color: #4DB595;
}
.TagClassName
{
border-color: #4DB595;
}
</style>