Shades of Keppel #4CBC8D
Tints of Keppel #4CBC8D
RGB
CMYK
RGB Variations
Color information
#4CBC8D (or 0x4CBC8D) is known color: Keppel. HEX triplet: 4C, BC and 8D. RGB value is (76,188,141). Sum of RGB (Red+Green+Blue) = 76+188+141=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC8D is #B34372. Grayscale: #959595. Windows color (decimal): -11748211 or 9288780. OLE color: 9288780.
HSL color Cylindrical-coordinate representation of color #4CBC8D: hue angle of 154.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC8D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 141 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.26 |
| HSL | 154.82º | 0.46% | 0.52% | - |
| HSV(B) | 154.82º | 0.6% | 0.74% | - |
| XYZ | 25.77 | 39.43 | 31.45 | - |
| YUV | 149.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 141 | 0.60 | 0 | 0.25 | 0.26 | 154.82 | 0.46 | 0.52 |
| Hex | 4C | BC | 8D | 3C | 0 | 19 | 1A | 9B | 2E | 34 |
| Octal | 114 | 274 | 215 | 74 | 0 | 31 | 32 | 233 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10001101 | 111100 | 0 | 11001 | 11010 | 10011011 | 101110 | 110100 |
Color Harmonies of #4CBC8D
Complementary color
Monochromatic Colors of #4CBC8D
Black with #4CBC8D
Text Example
Text Example
White with #4CBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC8D; }
p { color: rgb(76,188,141); }
H1.HeaderClassName
{
color: #4CBC8D;
}
.AnyTagClassName
{
color: #4CBC8D;
}
</style>
background-color css
<style>
a { background-color: #4CBC8D; }
a { background-color: rgb(76,188,141); }
div.DivClassName
{
background-color: #4CBC8D;
}
.BgClassName
{
background-color: #4CBC8D;
}
</style>
border-color css
<style>
span { border-color: #4CBC8D; }
span { border-color: rgb(76,188,141); }
td.TdClassName
{
border-color: #4CBC8D;
}
.TagClassName
{
border-color: #4CBC8D;
}
</style>