Shades of Keppel #4FBE96
Tints of Keppel #4FBE96
RGB
CMYK
RGB Variations
Color information
#4FBE96 (or 0x4FBE96) is known color: Keppel. HEX triplet: 4F, BE and 96. RGB value is (79,190,150). Sum of RGB (Red+Green+Blue) = 79+190+150=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBE96 is #B04169. Grayscale: #989898. Windows color (decimal): -11551082 or 9879119. OLE color: 9879119.
HSL color Cylindrical-coordinate representation of color #4FBE96: hue angle of 158.38º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBE96 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 190 | 150 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.25 |
| HSL | 158.38º | 0.46% | 0.53% | - |
| HSV(B) | 158.38º | 0.58% | 0.75% | - |
| XYZ | 27.14 | 40.69 | 35.28 | - |
| YUV | 152.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 150 | 0.58 | 0 | 0.21 | 0.25 | 158.38 | 0.46 | 0.53 |
| Hex | 4F | BE | 96 | 3A | 0 | 15 | 19 | 9E | 2E | 35 |
| Octal | 117 | 276 | 226 | 72 | 0 | 25 | 31 | 236 | 56 | 65 |
| Binary | 1001111 | 10111110 | 10010110 | 111010 | 0 | 10101 | 11001 | 10011110 | 101110 | 110101 |
Color Harmonies of #4FBE96
Complementary color
Monochromatic Colors of #4FBE96
Black with #4FBE96
Text Example
Text Example
White with #4FBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBE96; }
p { color: rgb(79,190,150); }
H1.HeaderClassName
{
color: #4FBE96;
}
.AnyTagClassName
{
color: #4FBE96;
}
</style>
background-color css
<style>
a { background-color: #4FBE96; }
a { background-color: rgb(79,190,150); }
div.DivClassName
{
background-color: #4FBE96;
}
.BgClassName
{
background-color: #4FBE96;
}
</style>
border-color css
<style>
span { border-color: #4FBE96; }
span { border-color: rgb(79,190,150); }
td.TdClassName
{
border-color: #4FBE96;
}
.TagClassName
{
border-color: #4FBE96;
}
</style>