Shades of Hippie Green #5D9C5C
Tints of Hippie Green #5D9C5C
RGB
CMYK
RGB Variations
Color information
#5D9C5C (or 0x5D9C5C) is known color: Hippie Green. HEX triplet: 5D, 9C and 5C. RGB value is (93,156,92). Sum of RGB (Red+Green+Blue) = 93+156+92=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9C5C is #A263A3. Grayscale: #828282. Windows color (decimal): -10642340 or 6069341. OLE color: 6069341.
HSL color Cylindrical-coordinate representation of color #5D9C5C: hue angle of 119.06º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9C5C is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 156 | 92 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.39 |
| HSL | 119.06º | 0.26% | 0.49% | - |
| HSV(B) | 119.06º | 0.41% | 0.61% | - |
| XYZ | 18.33 | 26.88 | 14.35 | - |
| YUV | 129.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 92 | 0.40 | 0 | 0.41 | 0.39 | 119.06 | 0.26 | 0.49 |
| Hex | 5D | 9C | 5C | 28 | 0 | 29 | 27 | 77 | 1A | 31 |
| Octal | 135 | 234 | 134 | 50 | 0 | 51 | 47 | 167 | 32 | 61 |
| Binary | 1011101 | 10011100 | 1011100 | 101000 | 0 | 101001 | 100111 | 1110111 | 11010 | 110001 |
Color Harmonies of #5D9C5C
Complementary color
Monochromatic Colors of #5D9C5C
Black with #5D9C5C
Text Example
Text Example
White with #5D9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9C5C; }
p { color: rgb(93,156,92); }
H1.HeaderClassName
{
color: #5D9C5C;
}
.AnyTagClassName
{
color: #5D9C5C;
}
</style>
background-color css
<style>
a { background-color: #5D9C5C; }
a { background-color: rgb(93,156,92); }
div.DivClassName
{
background-color: #5D9C5C;
}
.BgClassName
{
background-color: #5D9C5C;
}
</style>
border-color css
<style>
span { border-color: #5D9C5C; }
span { border-color: rgb(93,156,92); }
td.TdClassName
{
border-color: #5D9C5C;
}
.TagClassName
{
border-color: #5D9C5C;
}
</style>