Shades of Keppel #4DC494
Tints of Keppel #4DC494
RGB
CMYK
RGB Variations
Color information
#4DC494 (or 0x4DC494) is known color: Keppel. HEX triplet: 4D, C4 and 94. RGB value is (77,196,148). Sum of RGB (Red+Green+Blue) = 77+196+148=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC494 is #B23B6B. Grayscale: #9B9B9B. Windows color (decimal): -11680620 or 9749581. OLE color: 9749581.
HSL color Cylindrical-coordinate representation of color #4DC494: hue angle of 155.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC494 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 148 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.23 |
| HSL | 155.8º | 0.5% | 0.54% | - |
| HSV(B) | 155.8º | 0.61% | 0.77% | - |
| XYZ | 28.15 | 43.2 | 34.87 | - |
| YUV | 154.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 148 | 0.61 | 0 | 0.24 | 0.23 | 155.8 | 0.5 | 0.54 |
| Hex | 4D | C4 | 94 | 3D | 0 | 18 | 17 | 9C | 32 | 36 |
| Octal | 115 | 304 | 224 | 75 | 0 | 30 | 27 | 234 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10010100 | 111101 | 0 | 11000 | 10111 | 10011100 | 110010 | 110110 |
Color Harmonies of #4DC494
Complementary color
Monochromatic Colors of #4DC494
Black with #4DC494
Text Example
Text Example
White with #4DC494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC494; }
p { color: rgb(77,196,148); }
H1.HeaderClassName
{
color: #4DC494;
}
.AnyTagClassName
{
color: #4DC494;
}
</style>
background-color css
<style>
a { background-color: #4DC494; }
a { background-color: rgb(77,196,148); }
div.DivClassName
{
background-color: #4DC494;
}
.BgClassName
{
background-color: #4DC494;
}
</style>
border-color css
<style>
span { border-color: #4DC494; }
span { border-color: rgb(77,196,148); }
td.TdClassName
{
border-color: #4DC494;
}
.TagClassName
{
border-color: #4DC494;
}
</style>