Shades of Keppel #4FB38B
Tints of Keppel #4FB38B
RGB
CMYK
RGB Variations
Color information
#4FB38B (or 0x4FB38B) is known color: Keppel. HEX triplet: 4F, B3 and 8B. RGB value is (79,179,139). Sum of RGB (Red+Green+Blue) = 79+179+139=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB38B is #B04C74. Grayscale: #909090. Windows color (decimal): -11553909 or 9155407. OLE color: 9155407.
HSL color Cylindrical-coordinate representation of color #4FB38B: hue angle of 156º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB38B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 139 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.30 |
| HSL | 156º | 0.4% | 0.51% | - |
| HSV(B) | 156º | 0.56% | 0.7% | - |
| XYZ | 24 | 35.77 | 30.06 | - |
| YUV | 144.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 139 | 0.56 | 0 | 0.22 | 0.30 | 156 | 0.4 | 0.51 |
| Hex | 4F | B3 | 8B | 38 | 0 | 16 | 1E | 9C | 28 | 33 |
| Octal | 117 | 263 | 213 | 70 | 0 | 26 | 36 | 234 | 50 | 63 |
| Binary | 1001111 | 10110011 | 10001011 | 111000 | 0 | 10110 | 11110 | 10011100 | 101000 | 110011 |
Color Harmonies of #4FB38B
Complementary color
Monochromatic Colors of #4FB38B
Black with #4FB38B
Text Example
Text Example
White with #4FB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB38B; }
p { color: rgb(79,179,139); }
H1.HeaderClassName
{
color: #4FB38B;
}
.AnyTagClassName
{
color: #4FB38B;
}
</style>
background-color css
<style>
a { background-color: #4FB38B; }
a { background-color: rgb(79,179,139); }
div.DivClassName
{
background-color: #4FB38B;
}
.BgClassName
{
background-color: #4FB38B;
}
</style>
border-color css
<style>
span { border-color: #4FB38B; }
span { border-color: rgb(79,179,139); }
td.TdClassName
{
border-color: #4FB38B;
}
.TagClassName
{
border-color: #4FB38B;
}
</style>