Shades of Keppel #4FBA95
Tints of Keppel #4FBA95
RGB
CMYK
RGB Variations
Color information
#4FBA95 (or 0x4FBA95) is known color: Keppel. HEX triplet: 4F, BA and 95. RGB value is (79,186,149). Sum of RGB (Red+Green+Blue) = 79+186+149=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA95 is #B0456A. Grayscale: #959595. Windows color (decimal): -11552107 or 9812559. OLE color: 9812559.
HSL color Cylindrical-coordinate representation of color #4FBA95: hue angle of 159.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA95 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 149 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.27 |
| HSL | 159.25º | 0.44% | 0.52% | - |
| HSV(B) | 159.25º | 0.58% | 0.73% | - |
| XYZ | 26.21 | 38.95 | 34.57 | - |
| YUV | 149.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 149 | 0.58 | 0 | 0.20 | 0.27 | 159.25 | 0.44 | 0.52 |
| Hex | 4F | BA | 95 | 3A | 0 | 14 | 1B | 9F | 2C | 34 |
| Octal | 117 | 272 | 225 | 72 | 0 | 24 | 33 | 237 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10010101 | 111010 | 0 | 10100 | 11011 | 10011111 | 101100 | 110100 |
Color Harmonies of #4FBA95
Complementary color
Monochromatic Colors of #4FBA95
Black with #4FBA95
Text Example
Text Example
White with #4FBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA95; }
p { color: rgb(79,186,149); }
H1.HeaderClassName
{
color: #4FBA95;
}
.AnyTagClassName
{
color: #4FBA95;
}
</style>
background-color css
<style>
a { background-color: #4FBA95; }
a { background-color: rgb(79,186,149); }
div.DivClassName
{
background-color: #4FBA95;
}
.BgClassName
{
background-color: #4FBA95;
}
</style>
border-color css
<style>
span { border-color: #4FBA95; }
span { border-color: rgb(79,186,149); }
td.TdClassName
{
border-color: #4FBA95;
}
.TagClassName
{
border-color: #4FBA95;
}
</style>