Shades of Keppel #4FB38D
Tints of Keppel #4FB38D
RGB
CMYK
RGB Variations
Color information
#4FB38D (or 0x4FB38D) is known color: Keppel. HEX triplet: 4F, B3 and 8D. RGB value is (79,179,141). Sum of RGB (Red+Green+Blue) = 79+179+141=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB38D is #B04C72. Grayscale: #909090. Windows color (decimal): -11553907 or 9286479. OLE color: 9286479.
HSL color Cylindrical-coordinate representation of color #4FB38D: hue angle of 157.2º 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 #4FB38D is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 141 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.30 |
| HSL | 157.2º | 0.4% | 0.51% | - |
| HSV(B) | 157.2º | 0.56% | 0.7% | - |
| XYZ | 24.15 | 35.83 | 30.84 | - |
| YUV | 144.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 141 | 0.56 | 0 | 0.21 | 0.30 | 157.2 | 0.4 | 0.51 |
| Hex | 4F | B3 | 8D | 38 | 0 | 15 | 1E | 9D | 28 | 33 |
| Octal | 117 | 263 | 215 | 70 | 0 | 25 | 36 | 235 | 50 | 63 |
| Binary | 1001111 | 10110011 | 10001101 | 111000 | 0 | 10101 | 11110 | 10011101 | 101000 | 110011 |
Color Harmonies of #4FB38D
Complementary color
Monochromatic Colors of #4FB38D
Black with #4FB38D
Text Example
Text Example
White with #4FB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB38D; }
p { color: rgb(79,179,141); }
H1.HeaderClassName
{
color: #4FB38D;
}
.AnyTagClassName
{
color: #4FB38D;
}
</style>
background-color css
<style>
a { background-color: #4FB38D; }
a { background-color: rgb(79,179,141); }
div.DivClassName
{
background-color: #4FB38D;
}
.BgClassName
{
background-color: #4FB38D;
}
</style>
border-color css
<style>
span { border-color: #4FB38D; }
span { border-color: rgb(79,179,141); }
td.TdClassName
{
border-color: #4FB38D;
}
.TagClassName
{
border-color: #4FB38D;
}
</style>