Shades of Half Baked #4D9795
Tints of Half Baked #4D9795
RGB
CMYK
RGB Variations
Color information
#4D9795 (or 0x4D9795) is known color: Half Baked. HEX triplet: 4D, 97 and 95. RGB value is (77,151,149). Sum of RGB (Red+Green+Blue) = 77+151+149=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9795 is #B2686A. Grayscale: #808080. Windows color (decimal): -11692139 or 9803597. OLE color: 9803597.
HSL color Cylindrical-coordinate representation of color #4D9795: hue angle of 178.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9795 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 149 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.41 |
| HSL | 178.38º | 0.32% | 0.45% | - |
| HSV(B) | 178.38º | 0.49% | 0.59% | - |
| XYZ | 19.55 | 25.88 | 32.4 | - |
| YUV | 128.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 149 | 0.49 | 0 | 0.01 | 0.41 | 178.38 | 0.32 | 0.45 |
| Hex | 4D | 97 | 95 | 31 | 0 | 1 | 29 | B2 | 20 | 2D |
| Octal | 115 | 227 | 225 | 61 | 0 | 1 | 51 | 262 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10010101 | 110001 | 0 | 1 | 101001 | 10110010 | 100000 | 101101 |
Color Harmonies of #4D9795
Complementary color
Monochromatic Colors of #4D9795
Black with #4D9795
Text Example
Text Example
White with #4D9795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9795; }
p { color: rgb(77,151,149); }
H1.HeaderClassName
{
color: #4D9795;
}
.AnyTagClassName
{
color: #4D9795;
}
</style>
background-color css
<style>
a { background-color: #4D9795; }
a { background-color: rgb(77,151,149); }
div.DivClassName
{
background-color: #4D9795;
}
.BgClassName
{
background-color: #4D9795;
}
</style>
border-color css
<style>
span { border-color: #4D9795; }
span { border-color: rgb(77,151,149); }
td.TdClassName
{
border-color: #4D9795;
}
.TagClassName
{
border-color: #4D9795;
}
</style>