Shades of Keppel #4DAC95
Tints of Keppel #4DAC95
RGB
CMYK
RGB Variations
Color information
#4DAC95 (or 0x4DAC95) is known color: Keppel. HEX triplet: 4D, AC and 95. RGB value is (77,172,149). Sum of RGB (Red+Green+Blue) = 77+172+149=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC95 is #B2536A. Grayscale: #8C8C8C. Windows color (decimal): -11686763 or 9808973. OLE color: 9808973.
HSL color Cylindrical-coordinate representation of color #4DAC95: hue angle of 165.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC95 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 149 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.33 |
| HSL | 165.47º | 0.38% | 0.49% | - |
| HSV(B) | 165.47º | 0.55% | 0.67% | - |
| XYZ | 23.24 | 33.25 | 33.63 | - |
| YUV | 140.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 149 | 0.55 | 0 | 0.13 | 0.33 | 165.47 | 0.38 | 0.49 |
| Hex | 4D | AC | 95 | 37 | 0 | D | 21 | A5 | 26 | 31 |
| Octal | 115 | 254 | 225 | 67 | 0 | 15 | 41 | 245 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10010101 | 110111 | 0 | 1101 | 100001 | 10100101 | 100110 | 110001 |
Color Harmonies of #4DAC95
Complementary color
Monochromatic Colors of #4DAC95
Black with #4DAC95
Text Example
Text Example
White with #4DAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC95; }
p { color: rgb(77,172,149); }
H1.HeaderClassName
{
color: #4DAC95;
}
.AnyTagClassName
{
color: #4DAC95;
}
</style>
background-color css
<style>
a { background-color: #4DAC95; }
a { background-color: rgb(77,172,149); }
div.DivClassName
{
background-color: #4DAC95;
}
.BgClassName
{
background-color: #4DAC95;
}
</style>
border-color css
<style>
span { border-color: #4DAC95; }
span { border-color: rgb(77,172,149); }
td.TdClassName
{
border-color: #4DAC95;
}
.TagClassName
{
border-color: #4DAC95;
}
</style>