Shades of Keppel #4CC392
Tints of Keppel #4CC392
RGB
CMYK
RGB Variations
Color information
#4CC392 (or 0x4CC392) is known color: Keppel. HEX triplet: 4C, C3 and 92. RGB value is (76,195,146). Sum of RGB (Red+Green+Blue) = 76+195+146=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC392 is #B33C6D. Grayscale: #999999. Windows color (decimal): -11746414 or 9618252. OLE color: 9618252.
HSL color Cylindrical-coordinate representation of color #4CC392: hue angle of 155.29º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC392 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 146 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.24 |
| HSL | 155.29º | 0.5% | 0.53% | - |
| HSV(B) | 155.29º | 0.61% | 0.76% | - |
| XYZ | 27.68 | 42.64 | 33.97 | - |
| YUV | 153.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 146 | 0.61 | 0 | 0.25 | 0.24 | 155.29 | 0.5 | 0.53 |
| Hex | 4C | C3 | 92 | 3D | 0 | 19 | 18 | 9B | 32 | 35 |
| Octal | 114 | 303 | 222 | 75 | 0 | 31 | 30 | 233 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10010010 | 111101 | 0 | 11001 | 11000 | 10011011 | 110010 | 110101 |
Color Harmonies of #4CC392
Complementary color
Monochromatic Colors of #4CC392
Black with #4CC392
Text Example
Text Example
White with #4CC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC392; }
p { color: rgb(76,195,146); }
H1.HeaderClassName
{
color: #4CC392;
}
.AnyTagClassName
{
color: #4CC392;
}
</style>
background-color css
<style>
a { background-color: #4CC392; }
a { background-color: rgb(76,195,146); }
div.DivClassName
{
background-color: #4CC392;
}
.BgClassName
{
background-color: #4CC392;
}
</style>
border-color css
<style>
span { border-color: #4CC392; }
span { border-color: rgb(76,195,146); }
td.TdClassName
{
border-color: #4CC392;
}
.TagClassName
{
border-color: #4CC392;
}
</style>