Shades of Keppel #4FB28C
Tints of Keppel #4FB28C
RGB
CMYK
RGB Variations
Color information
#4FB28C (or 0x4FB28C) is known color: Keppel. HEX triplet: 4F, B2 and 8C. RGB value is (79,178,140). Sum of RGB (Red+Green+Blue) = 79+178+140=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB28C is #B04D73. Grayscale: #909090. Windows color (decimal): -11554164 or 9220687. OLE color: 9220687.
HSL color Cylindrical-coordinate representation of color #4FB28C: hue angle of 156.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB28C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 178 | 140 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.30 |
| HSL | 156.97º | 0.39% | 0.5% | - |
| HSV(B) | 156.97º | 0.56% | 0.7% | - |
| XYZ | 23.88 | 35.4 | 30.38 | - |
| YUV | 144.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 140 | 0.56 | 0 | 0.21 | 0.30 | 156.97 | 0.39 | 0.5 |
| Hex | 4F | B2 | 8C | 38 | 0 | 15 | 1E | 9D | 27 | 32 |
| Octal | 117 | 262 | 214 | 70 | 0 | 25 | 36 | 235 | 47 | 62 |
| Binary | 1001111 | 10110010 | 10001100 | 111000 | 0 | 10101 | 11110 | 10011101 | 100111 | 110010 |
Color Harmonies of #4FB28C
Complementary color
Monochromatic Colors of #4FB28C
Black with #4FB28C
Text Example
Text Example
White with #4FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB28C; }
p { color: rgb(79,178,140); }
H1.HeaderClassName
{
color: #4FB28C;
}
.AnyTagClassName
{
color: #4FB28C;
}
</style>
background-color css
<style>
a { background-color: #4FB28C; }
a { background-color: rgb(79,178,140); }
div.DivClassName
{
background-color: #4FB28C;
}
.BgClassName
{
background-color: #4FB28C;
}
</style>
border-color css
<style>
span { border-color: #4FB28C; }
span { border-color: rgb(79,178,140); }
td.TdClassName
{
border-color: #4FB28C;
}
.TagClassName
{
border-color: #4FB28C;
}
</style>