Shades of Keppel #4DBC92
Tints of Keppel #4DBC92
RGB
CMYK
RGB Variations
Color information
#4DBC92 (or 0x4DBC92) is known color: Keppel. HEX triplet: 4D, BC and 92. RGB value is (77,188,146). Sum of RGB (Red+Green+Blue) = 77+188+146=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC92 is #B2436D. Grayscale: #969696. Windows color (decimal): -11682670 or 9616461. OLE color: 9616461.
HSL color Cylindrical-coordinate representation of color #4DBC92: hue angle of 157.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC92 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 146 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.26 |
| HSL | 157.3º | 0.45% | 0.52% | - |
| HSV(B) | 157.3º | 0.59% | 0.74% | - |
| XYZ | 26.23 | 39.62 | 33.46 | - |
| YUV | 150.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 146 | 0.59 | 0 | 0.22 | 0.26 | 157.3 | 0.45 | 0.52 |
| Hex | 4D | BC | 92 | 3B | 0 | 16 | 1A | 9D | 2D | 34 |
| Octal | 115 | 274 | 222 | 73 | 0 | 26 | 32 | 235 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10010010 | 111011 | 0 | 10110 | 11010 | 10011101 | 101101 | 110100 |
Color Harmonies of #4DBC92
Complementary color
Monochromatic Colors of #4DBC92
Black with #4DBC92
Text Example
Text Example
White with #4DBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC92; }
p { color: rgb(77,188,146); }
H1.HeaderClassName
{
color: #4DBC92;
}
.AnyTagClassName
{
color: #4DBC92;
}
</style>
background-color css
<style>
a { background-color: #4DBC92; }
a { background-color: rgb(77,188,146); }
div.DivClassName
{
background-color: #4DBC92;
}
.BgClassName
{
background-color: #4DBC92;
}
</style>
border-color css
<style>
span { border-color: #4DBC92; }
span { border-color: rgb(77,188,146); }
td.TdClassName
{
border-color: #4DBC92;
}
.TagClassName
{
border-color: #4DBC92;
}
</style>