Shades of Keppel #4FC392
Tints of Keppel #4FC392
RGB
CMYK
RGB Variations
Color information
#4FC392 (or 0x4FC392) is known color: Keppel. HEX triplet: 4F, C3 and 92. RGB value is (79,195,146). Sum of RGB (Red+Green+Blue) = 79+195+146=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC392 is #B03C6D. Grayscale: #9A9A9A. Windows color (decimal): -11549806 or 9618255. OLE color: 9618255.
HSL color Cylindrical-coordinate representation of color #4FC392: hue angle of 154.66º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC392 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 195 | 146 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.24 |
| HSL | 154.66º | 0.49% | 0.54% | - |
| HSV(B) | 154.66º | 0.59% | 0.76% | - |
| XYZ | 27.93 | 42.77 | 33.98 | - |
| YUV | 154.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 146 | 0.59 | 0 | 0.25 | 0.24 | 154.66 | 0.49 | 0.54 |
| Hex | 4F | C3 | 92 | 3B | 0 | 19 | 18 | 9B | 31 | 36 |
| Octal | 117 | 303 | 222 | 73 | 0 | 31 | 30 | 233 | 61 | 66 |
| Binary | 1001111 | 11000011 | 10010010 | 111011 | 0 | 11001 | 11000 | 10011011 | 110001 | 110110 |
Color Harmonies of #4FC392
Complementary color
Monochromatic Colors of #4FC392
Black with #4FC392
Text Example
Text Example
White with #4FC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC392; }
p { color: rgb(79,195,146); }
H1.HeaderClassName
{
color: #4FC392;
}
.AnyTagClassName
{
color: #4FC392;
}
</style>
background-color css
<style>
a { background-color: #4FC392; }
a { background-color: rgb(79,195,146); }
div.DivClassName
{
background-color: #4FC392;
}
.BgClassName
{
background-color: #4FC392;
}
</style>
border-color css
<style>
span { border-color: #4FC392; }
span { border-color: rgb(79,195,146); }
td.TdClassName
{
border-color: #4FC392;
}
.TagClassName
{
border-color: #4FC392;
}
</style>