Shades of Keppel #4DBB90
Tints of Keppel #4DBB90
RGB
CMYK
RGB Variations
Color information
#4DBB90 (or 0x4DBB90) is known color: Keppel. HEX triplet: 4D, BB and 90. RGB value is (77,187,144). Sum of RGB (Red+Green+Blue) = 77+187+144=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB90 is #B2446F. Grayscale: #959595. Windows color (decimal): -11682928 or 9485133. OLE color: 9485133.
HSL color Cylindrical-coordinate representation of color #4DBB90: hue angle of 156.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB90 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 144 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.27 |
| HSL | 156.55º | 0.45% | 0.52% | - |
| HSV(B) | 156.55º | 0.59% | 0.73% | - |
| XYZ | 25.86 | 39.13 | 32.58 | - |
| YUV | 149.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 144 | 0.59 | 0 | 0.23 | 0.27 | 156.55 | 0.45 | 0.52 |
| Hex | 4D | BB | 90 | 3B | 0 | 17 | 1B | 9D | 2D | 34 |
| Octal | 115 | 273 | 220 | 73 | 0 | 27 | 33 | 235 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10010000 | 111011 | 0 | 10111 | 11011 | 10011101 | 101101 | 110100 |
Color Harmonies of #4DBB90
Complementary color
Monochromatic Colors of #4DBB90
Black with #4DBB90
Text Example
Text Example
White with #4DBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB90; }
p { color: rgb(77,187,144); }
H1.HeaderClassName
{
color: #4DBB90;
}
.AnyTagClassName
{
color: #4DBB90;
}
</style>
background-color css
<style>
a { background-color: #4DBB90; }
a { background-color: rgb(77,187,144); }
div.DivClassName
{
background-color: #4DBB90;
}
.BgClassName
{
background-color: #4DBB90;
}
</style>
border-color css
<style>
span { border-color: #4DBB90; }
span { border-color: rgb(77,187,144); }
td.TdClassName
{
border-color: #4DBB90;
}
.TagClassName
{
border-color: #4DBB90;
}
</style>