Shades of Half Baked #4E9D99
Tints of Half Baked #4E9D99
RGB
CMYK
RGB Variations
Color information
#4E9D99 (or 0x4E9D99) is known color: Half Baked. HEX triplet: 4E, 9D and 99. RGB value is (78,157,153). Sum of RGB (Red+Green+Blue) = 78+157+153=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9D99 is #B16266. Grayscale: #848484. Windows color (decimal): -11625063 or 10067278. OLE color: 10067278.
HSL color Cylindrical-coordinate representation of color #4E9D99: hue angle of 176.96º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D99 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 157 | 153 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.38 |
| HSL | 176.96º | 0.34% | 0.46% | - |
| HSV(B) | 176.96º | 0.5% | 0.62% | - |
| XYZ | 20.95 | 28.03 | 34.44 | - |
| YUV | 132.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 153 | 0.50 | 0 | 0.03 | 0.38 | 176.96 | 0.34 | 0.46 |
| Hex | 4E | 9D | 99 | 32 | 0 | 3 | 26 | B1 | 22 | 2E |
| Octal | 116 | 235 | 231 | 62 | 0 | 3 | 46 | 261 | 42 | 56 |
| Binary | 1001110 | 10011101 | 10011001 | 110010 | 0 | 11 | 100110 | 10110001 | 100010 | 101110 |
Color Harmonies of #4E9D99
Complementary color
Monochromatic Colors of #4E9D99
Black with #4E9D99
Text Example
Text Example
White with #4E9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9D99; }
p { color: rgb(78,157,153); }
H1.HeaderClassName
{
color: #4E9D99;
}
.AnyTagClassName
{
color: #4E9D99;
}
</style>
background-color css
<style>
a { background-color: #4E9D99; }
a { background-color: rgb(78,157,153); }
div.DivClassName
{
background-color: #4E9D99;
}
.BgClassName
{
background-color: #4E9D99;
}
</style>
border-color css
<style>
span { border-color: #4E9D99; }
span { border-color: rgb(78,157,153); }
td.TdClassName
{
border-color: #4E9D99;
}
.TagClassName
{
border-color: #4E9D99;
}
</style>