Shades of Keppel #4FBC90
Tints of Keppel #4FBC90
RGB
CMYK
RGB Variations
Color information
#4FBC90 (or 0x4FBC90) is known color: Keppel. HEX triplet: 4F, BC and 90. RGB value is (79,188,144). Sum of RGB (Red+Green+Blue) = 79+188+144=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC90 is #B0436F. Grayscale: #969696. Windows color (decimal): -11551600 or 9485391. OLE color: 9485391.
HSL color Cylindrical-coordinate representation of color #4FBC90: hue angle of 155.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC90 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 144 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.26 |
| HSL | 155.78º | 0.45% | 0.52% | - |
| HSV(B) | 155.78º | 0.58% | 0.74% | - |
| XYZ | 26.24 | 39.64 | 32.65 | - |
| YUV | 150.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 144 | 0.58 | 0 | 0.23 | 0.26 | 155.78 | 0.45 | 0.52 |
| Hex | 4F | BC | 90 | 3A | 0 | 17 | 1A | 9C | 2D | 34 |
| Octal | 117 | 274 | 220 | 72 | 0 | 27 | 32 | 234 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10010000 | 111010 | 0 | 10111 | 11010 | 10011100 | 101101 | 110100 |
Color Harmonies of #4FBC90
Complementary color
Monochromatic Colors of #4FBC90
Black with #4FBC90
Text Example
Text Example
White with #4FBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC90; }
p { color: rgb(79,188,144); }
H1.HeaderClassName
{
color: #4FBC90;
}
.AnyTagClassName
{
color: #4FBC90;
}
</style>
background-color css
<style>
a { background-color: #4FBC90; }
a { background-color: rgb(79,188,144); }
div.DivClassName
{
background-color: #4FBC90;
}
.BgClassName
{
background-color: #4FBC90;
}
</style>
border-color css
<style>
span { border-color: #4FBC90; }
span { border-color: rgb(79,188,144); }
td.TdClassName
{
border-color: #4FBC90;
}
.TagClassName
{
border-color: #4FBC90;
}
</style>