Shades of Hippie Green #5D9E5A
Tints of Hippie Green #5D9E5A
RGB
CMYK
RGB Variations
Color information
#5D9E5A (or 0x5D9E5A) is known color: Hippie Green. HEX triplet: 5D, 9E and 5A. RGB value is (93,158,90). Sum of RGB (Red+Green+Blue) = 93+158+90=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9E5A is #A261A5. Grayscale: #838383. Windows color (decimal): -10641830 or 5938781. OLE color: 5938781.
HSL color Cylindrical-coordinate representation of color #5D9E5A: hue angle of 117.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D9E5A is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 158 | 90 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.38 |
| HSL | 117.35º | 0.27% | 0.49% | - |
| HSV(B) | 117.35º | 0.43% | 0.62% | - |
| XYZ | 18.59 | 27.52 | 14 | - |
| YUV | 130.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 90 | 0.41 | 0 | 0.43 | 0.38 | 117.35 | 0.27 | 0.49 |
| Hex | 5D | 9E | 5A | 29 | 0 | 2B | 26 | 75 | 1B | 31 |
| Octal | 135 | 236 | 132 | 51 | 0 | 53 | 46 | 165 | 33 | 61 |
| Binary | 1011101 | 10011110 | 1011010 | 101001 | 0 | 101011 | 100110 | 1110101 | 11011 | 110001 |
Color Harmonies of #5D9E5A
Complementary color
Monochromatic Colors of #5D9E5A
Black with #5D9E5A
Text Example
Text Example
White with #5D9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9E5A; }
p { color: rgb(93,158,90); }
H1.HeaderClassName
{
color: #5D9E5A;
}
.AnyTagClassName
{
color: #5D9E5A;
}
</style>
background-color css
<style>
a { background-color: #5D9E5A; }
a { background-color: rgb(93,158,90); }
div.DivClassName
{
background-color: #5D9E5A;
}
.BgClassName
{
background-color: #5D9E5A;
}
</style>
border-color css
<style>
span { border-color: #5D9E5A; }
span { border-color: rgb(93,158,90); }
td.TdClassName
{
border-color: #5D9E5A;
}
.TagClassName
{
border-color: #5D9E5A;
}
</style>