Shades of Hippie Green #5D9D5D
Tints of Hippie Green #5D9D5D
RGB
CMYK
RGB Variations
Color information
#5D9D5D (or 0x5D9D5D) is known color: Hippie Green. HEX triplet: 5D, 9D and 5D. RGB value is (93,157,93). Sum of RGB (Red+Green+Blue) = 93+157+93=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9D5D is #A262A2. Grayscale: #828282. Windows color (decimal): -10642083 or 6135133. OLE color: 6135133.
HSL color Cylindrical-coordinate representation of color #5D9D5D: hue angle of 120º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9D5D is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 157 | 93 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.38 |
| HSL | 120º | 0.26% | 0.49% | - |
| HSV(B) | 120º | 0.41% | 0.62% | - |
| XYZ | 18.55 | 27.23 | 14.63 | - |
| YUV | 130.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 93 | 0.41 | 0 | 0.41 | 0.38 | 120 | 0.26 | 0.49 |
| Hex | 5D | 9D | 5D | 29 | 0 | 29 | 26 | 78 | 1A | 31 |
| Octal | 135 | 235 | 135 | 51 | 0 | 51 | 46 | 170 | 32 | 61 |
| Binary | 1011101 | 10011101 | 1011101 | 101001 | 0 | 101001 | 100110 | 1111000 | 11010 | 110001 |
Color Harmonies of #5D9D5D
Complementary color
Monochromatic Colors of #5D9D5D
Black with #5D9D5D
Text Example
Text Example
White with #5D9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9D5D; }
p { color: rgb(93,157,93); }
H1.HeaderClassName
{
color: #5D9D5D;
}
.AnyTagClassName
{
color: #5D9D5D;
}
</style>
background-color css
<style>
a { background-color: #5D9D5D; }
a { background-color: rgb(93,157,93); }
div.DivClassName
{
background-color: #5D9D5D;
}
.BgClassName
{
background-color: #5D9D5D;
}
</style>
border-color css
<style>
span { border-color: #5D9D5D; }
span { border-color: rgb(93,157,93); }
td.TdClassName
{
border-color: #5D9D5D;
}
.TagClassName
{
border-color: #5D9D5D;
}
</style>