Shades of Half Baked #4D9D95
Tints of Half Baked #4D9D95
RGB
CMYK
RGB Variations
Color information
#4D9D95 (or 0x4D9D95) is known color: Half Baked. HEX triplet: 4D, 9D and 95. RGB value is (77,157,149). Sum of RGB (Red+Green+Blue) = 77+157+149=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D95 is #B2626A. Grayscale: #848484. Windows color (decimal): -11690603 or 9805133. OLE color: 9805133.
HSL color Cylindrical-coordinate representation of color #4D9D95: hue angle of 174º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D95 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 149 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.38 |
| HSL | 174º | 0.34% | 0.46% | - |
| HSV(B) | 174º | 0.51% | 0.62% | - |
| XYZ | 20.54 | 27.86 | 32.73 | - |
| YUV | 132.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 149 | 0.51 | 0 | 0.05 | 0.38 | 174 | 0.34 | 0.46 |
| Hex | 4D | 9D | 95 | 33 | 0 | 5 | 26 | AE | 22 | 2E |
| Octal | 115 | 235 | 225 | 63 | 0 | 5 | 46 | 256 | 42 | 56 |
| Binary | 1001101 | 10011101 | 10010101 | 110011 | 0 | 101 | 100110 | 10101110 | 100010 | 101110 |
Color Harmonies of #4D9D95
Complementary color
Monochromatic Colors of #4D9D95
Black with #4D9D95
Text Example
Text Example
White with #4D9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D95; }
p { color: rgb(77,157,149); }
H1.HeaderClassName
{
color: #4D9D95;
}
.AnyTagClassName
{
color: #4D9D95;
}
</style>
background-color css
<style>
a { background-color: #4D9D95; }
a { background-color: rgb(77,157,149); }
div.DivClassName
{
background-color: #4D9D95;
}
.BgClassName
{
background-color: #4D9D95;
}
</style>
border-color css
<style>
span { border-color: #4D9D95; }
span { border-color: rgb(77,157,149); }
td.TdClassName
{
border-color: #4D9D95;
}
.TagClassName
{
border-color: #4D9D95;
}
</style>