Shades of Half Baked #4D9B94
Tints of Half Baked #4D9B94
RGB
CMYK
RGB Variations
Color information
#4D9B94 (or 0x4D9B94) is known color: Half Baked. HEX triplet: 4D, 9B and 94. RGB value is (77,155,148). Sum of RGB (Red+Green+Blue) = 77+155+148=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B94 is #B2646B. Grayscale: #828282. Windows color (decimal): -11691116 or 9739085. OLE color: 9739085.
HSL color Cylindrical-coordinate representation of color #4D9B94: hue angle of 174.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B94 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 148 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.39 |
| HSL | 174.62º | 0.34% | 0.45% | - |
| HSV(B) | 174.62º | 0.5% | 0.61% | - |
| XYZ | 20.13 | 27.16 | 32.2 | - |
| YUV | 130.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 148 | 0.50 | 0 | 0.05 | 0.39 | 174.62 | 0.34 | 0.45 |
| Hex | 4D | 9B | 94 | 32 | 0 | 5 | 27 | AF | 22 | 2D |
| Octal | 115 | 233 | 224 | 62 | 0 | 5 | 47 | 257 | 42 | 55 |
| Binary | 1001101 | 10011011 | 10010100 | 110010 | 0 | 101 | 100111 | 10101111 | 100010 | 101101 |
Color Harmonies of #4D9B94
Complementary color
Monochromatic Colors of #4D9B94
Black with #4D9B94
Text Example
Text Example
White with #4D9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B94; }
p { color: rgb(77,155,148); }
H1.HeaderClassName
{
color: #4D9B94;
}
.AnyTagClassName
{
color: #4D9B94;
}
</style>
background-color css
<style>
a { background-color: #4D9B94; }
a { background-color: rgb(77,155,148); }
div.DivClassName
{
background-color: #4D9B94;
}
.BgClassName
{
background-color: #4D9B94;
}
</style>
border-color css
<style>
span { border-color: #4D9B94; }
span { border-color: rgb(77,155,148); }
td.TdClassName
{
border-color: #4D9B94;
}
.TagClassName
{
border-color: #4D9B94;
}
</style>