Shades of Half Baked #4D9D98
Tints of Half Baked #4D9D98
RGB
CMYK
RGB Variations
Color information
#4D9D98 (or 0x4D9D98) is known color: Half Baked. HEX triplet: 4D, 9D and 98. RGB value is (77,157,152). Sum of RGB (Red+Green+Blue) = 77+157+152=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D98 is #B26267. Grayscale: #848484. Windows color (decimal): -11690600 or 10001741. OLE color: 10001741.
HSL color Cylindrical-coordinate representation of color #4D9D98: hue angle of 176.25º 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 #4D9D98 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 152 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.38 |
| HSL | 176.25º | 0.34% | 0.46% | - |
| HSV(B) | 176.25º | 0.51% | 0.62% | - |
| XYZ | 20.79 | 27.96 | 34.01 | - |
| YUV | 132.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 152 | 0.51 | 0 | 0.03 | 0.38 | 176.25 | 0.34 | 0.46 |
| Hex | 4D | 9D | 98 | 33 | 0 | 3 | 26 | B0 | 22 | 2E |
| Octal | 115 | 235 | 230 | 63 | 0 | 3 | 46 | 260 | 42 | 56 |
| Binary | 1001101 | 10011101 | 10011000 | 110011 | 0 | 11 | 100110 | 10110000 | 100010 | 101110 |
Color Harmonies of #4D9D98
Complementary color
Monochromatic Colors of #4D9D98
Black with #4D9D98
Text Example
Text Example
White with #4D9D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D98; }
p { color: rgb(77,157,152); }
H1.HeaderClassName
{
color: #4D9D98;
}
.AnyTagClassName
{
color: #4D9D98;
}
</style>
background-color css
<style>
a { background-color: #4D9D98; }
a { background-color: rgb(77,157,152); }
div.DivClassName
{
background-color: #4D9D98;
}
.BgClassName
{
background-color: #4D9D98;
}
</style>
border-color css
<style>
span { border-color: #4D9D98; }
span { border-color: rgb(77,157,152); }
td.TdClassName
{
border-color: #4D9D98;
}
.TagClassName
{
border-color: #4D9D98;
}
</style>