Shades of Half Baked #5E958F
Tints of Half Baked #5E958F
RGB
CMYK
RGB Variations
Color information
#5E958F (or 0x5E958F) is known color: Half Baked. HEX triplet: 5E, 95 and 8F. RGB value is (94,149,143). Sum of RGB (Red+Green+Blue) = 94+149+143=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #5E958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E958F is #A16A70. Grayscale: #838383. Windows color (decimal): -10578545 or 9409886. OLE color: 9409886.
HSL color Cylindrical-coordinate representation of color #5E958F: hue angle of 173.45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E958F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 143 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.42 |
| HSL | 173.45º | 0.23% | 0.48% | - |
| HSV(B) | 173.45º | 0.37% | 0.58% | - |
| XYZ | 20.32 | 25.86 | 29.91 | - |
| YUV | 131.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 143 | 0.37 | 0 | 0.04 | 0.42 | 173.45 | 0.23 | 0.48 |
| Hex | 5E | 95 | 8F | 25 | 0 | 4 | 2A | AD | 17 | 30 |
| Octal | 136 | 225 | 217 | 45 | 0 | 4 | 52 | 255 | 27 | 60 |
| Binary | 1011110 | 10010101 | 10001111 | 100101 | 0 | 100 | 101010 | 10101101 | 10111 | 110000 |
Color Harmonies of #5E958F
Complementary color
Monochromatic Colors of #5E958F
Black with #5E958F
Text Example
Text Example
White with #5E958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E958F; }
p { color: rgb(94,149,143); }
H1.HeaderClassName
{
color: #5E958F;
}
.AnyTagClassName
{
color: #5E958F;
}
</style>
background-color css
<style>
a { background-color: #5E958F; }
a { background-color: rgb(94,149,143); }
div.DivClassName
{
background-color: #5E958F;
}
.BgClassName
{
background-color: #5E958F;
}
</style>
border-color css
<style>
span { border-color: #5E958F; }
span { border-color: rgb(94,149,143); }
td.TdClassName
{
border-color: #5E958F;
}
.TagClassName
{
border-color: #5E958F;
}
</style>