Shades of Half Baked #5D958E
Tints of Half Baked #5D958E
RGB
CMYK
RGB Variations
Color information
#5D958E (or 0x5D958E) is known color: Half Baked. HEX triplet: 5D, 95 and 8E. RGB value is (93,149,142). Sum of RGB (Red+Green+Blue) = 93+149+142=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #5D958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D958E is #A26A71. Grayscale: #838383. Windows color (decimal): -10644082 or 9344349. OLE color: 9344349.
HSL color Cylindrical-coordinate representation of color #5D958E: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D958E is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 142 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.42 |
| HSL | 172.5º | 0.23% | 0.47% | - |
| HSV(B) | 172.5º | 0.38% | 0.58% | - |
| XYZ | 20.14 | 25.78 | 29.5 | - |
| YUV | 131.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 142 | 0.38 | 0 | 0.05 | 0.42 | 172.5 | 0.23 | 0.47 |
| Hex | 5D | 95 | 8E | 26 | 0 | 5 | 2A | AC | 17 | 2F |
| Octal | 135 | 225 | 216 | 46 | 0 | 5 | 52 | 254 | 27 | 57 |
| Binary | 1011101 | 10010101 | 10001110 | 100110 | 0 | 101 | 101010 | 10101100 | 10111 | 101111 |
Color Harmonies of #5D958E
Complementary color
Monochromatic Colors of #5D958E
Black with #5D958E
Text Example
Text Example
White with #5D958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D958E; }
p { color: rgb(93,149,142); }
H1.HeaderClassName
{
color: #5D958E;
}
.AnyTagClassName
{
color: #5D958E;
}
</style>
background-color css
<style>
a { background-color: #5D958E; }
a { background-color: rgb(93,149,142); }
div.DivClassName
{
background-color: #5D958E;
}
.BgClassName
{
background-color: #5D958E;
}
</style>
border-color css
<style>
span { border-color: #5D958E; }
span { border-color: rgb(93,149,142); }
td.TdClassName
{
border-color: #5D958E;
}
.TagClassName
{
border-color: #5D958E;
}
</style>