Shades of Half Baked #4D918F
Tints of Half Baked #4D918F
RGB
CMYK
RGB Variations
Color information
#4D918F (or 0x4D918F) is known color: Half Baked. HEX triplet: 4D, 91 and 8F. RGB value is (77,145,143). Sum of RGB (Red+Green+Blue) = 77+145+143=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #4D918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D918F is #B26E70. Grayscale: #7C7C7C. Windows color (decimal): -11693681 or 9408845. OLE color: 9408845.
HSL color Cylindrical-coordinate representation of color #4D918F: hue angle of 178.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D918F is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 143 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.43 |
| HSL | 178.24º | 0.31% | 0.44% | - |
| HSV(B) | 178.24º | 0.47% | 0.57% | - |
| XYZ | 18.14 | 23.81 | 29.63 | - |
| YUV | 124.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 143 | 0.47 | 0 | 0.01 | 0.43 | 178.24 | 0.31 | 0.44 |
| Hex | 4D | 91 | 8F | 2F | 0 | 1 | 2B | B2 | 1F | 2C |
| Octal | 115 | 221 | 217 | 57 | 0 | 1 | 53 | 262 | 37 | 54 |
| Binary | 1001101 | 10010001 | 10001111 | 101111 | 0 | 1 | 101011 | 10110010 | 11111 | 101100 |
Color Harmonies of #4D918F
Complementary color
Monochromatic Colors of #4D918F
Black with #4D918F
Text Example
Text Example
White with #4D918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D918F; }
p { color: rgb(77,145,143); }
H1.HeaderClassName
{
color: #4D918F;
}
.AnyTagClassName
{
color: #4D918F;
}
</style>
background-color css
<style>
a { background-color: #4D918F; }
a { background-color: rgb(77,145,143); }
div.DivClassName
{
background-color: #4D918F;
}
.BgClassName
{
background-color: #4D918F;
}
</style>
border-color css
<style>
span { border-color: #4D918F; }
span { border-color: rgb(77,145,143); }
td.TdClassName
{
border-color: #4D918F;
}
.TagClassName
{
border-color: #4D918F;
}
</style>