Shades of Keppel #4FBD93
Tints of Keppel #4FBD93
RGB
CMYK
RGB Variations
Color information
#4FBD93 (or 0x4FBD93) is known color: Keppel. HEX triplet: 4F, BD and 93. RGB value is (79,189,147). Sum of RGB (Red+Green+Blue) = 79+189+147=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBD93 is #B0426C. Grayscale: #979797. Windows color (decimal): -11551341 or 9682255. OLE color: 9682255.
HSL color Cylindrical-coordinate representation of color #4FBD93: hue angle of 157.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBD93 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 189 | 147 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.26 |
| HSL | 157.09º | 0.45% | 0.53% | - |
| HSV(B) | 157.09º | 0.58% | 0.74% | - |
| XYZ | 26.69 | 40.16 | 33.95 | - |
| YUV | 151.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 147 | 0.58 | 0 | 0.22 | 0.26 | 157.09 | 0.45 | 0.53 |
| Hex | 4F | BD | 93 | 3A | 0 | 16 | 1A | 9D | 2D | 35 |
| Octal | 117 | 275 | 223 | 72 | 0 | 26 | 32 | 235 | 55 | 65 |
| Binary | 1001111 | 10111101 | 10010011 | 111010 | 0 | 10110 | 11010 | 10011101 | 101101 | 110101 |
Color Harmonies of #4FBD93
Complementary color
Monochromatic Colors of #4FBD93
Black with #4FBD93
Text Example
Text Example
White with #4FBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBD93; }
p { color: rgb(79,189,147); }
H1.HeaderClassName
{
color: #4FBD93;
}
.AnyTagClassName
{
color: #4FBD93;
}
</style>
background-color css
<style>
a { background-color: #4FBD93; }
a { background-color: rgb(79,189,147); }
div.DivClassName
{
background-color: #4FBD93;
}
.BgClassName
{
background-color: #4FBD93;
}
</style>
border-color css
<style>
span { border-color: #4FBD93; }
span { border-color: rgb(79,189,147); }
td.TdClassName
{
border-color: #4FBD93;
}
.TagClassName
{
border-color: #4FBD93;
}
</style>