Shades of Keppel #4CBD8E
Tints of Keppel #4CBD8E
RGB
CMYK
RGB Variations
Color information
#4CBD8E (or 0x4CBD8E) is known color: Keppel. HEX triplet: 4C, BD and 8E. RGB value is (76,189,142). Sum of RGB (Red+Green+Blue) = 76+189+142=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBD8E is #B34271. Grayscale: #959595. Windows color (decimal): -11747954 or 9354572. OLE color: 9354572.
HSL color Cylindrical-coordinate representation of color #4CBD8E: hue angle of 155.04º 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 #4CBD8E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 142 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.26 |
| HSL | 155.04º | 0.46% | 0.52% | - |
| HSV(B) | 155.04º | 0.6% | 0.74% | - |
| XYZ | 26.06 | 39.88 | 31.92 | - |
| YUV | 149.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 142 | 0.60 | 0 | 0.25 | 0.26 | 155.04 | 0.46 | 0.52 |
| Hex | 4C | BD | 8E | 3C | 0 | 19 | 1A | 9B | 2E | 34 |
| Octal | 114 | 275 | 216 | 74 | 0 | 31 | 32 | 233 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10001110 | 111100 | 0 | 11001 | 11010 | 10011011 | 101110 | 110100 |
Color Harmonies of #4CBD8E
Complementary color
Monochromatic Colors of #4CBD8E
Black with #4CBD8E
Text Example
Text Example
White with #4CBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBD8E; }
p { color: rgb(76,189,142); }
H1.HeaderClassName
{
color: #4CBD8E;
}
.AnyTagClassName
{
color: #4CBD8E;
}
</style>
background-color css
<style>
a { background-color: #4CBD8E; }
a { background-color: rgb(76,189,142); }
div.DivClassName
{
background-color: #4CBD8E;
}
.BgClassName
{
background-color: #4CBD8E;
}
</style>
border-color css
<style>
span { border-color: #4CBD8E; }
span { border-color: rgb(76,189,142); }
td.TdClassName
{
border-color: #4CBD8E;
}
.TagClassName
{
border-color: #4CBD8E;
}
</style>