Shades of Hippie Green #5DA057
Tints of Hippie Green #5DA057
RGB
CMYK
RGB Variations
Color information
#5DA057 (or 0x5DA057) is known color: Hippie Green. HEX triplet: 5D, A0 and 57. RGB value is (93,160,87). Sum of RGB (Red+Green+Blue) = 93+160+87=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA057 is #A25FA8. Grayscale: #838383. Windows color (decimal): -10641321 or 5742685. OLE color: 5742685.
HSL color Cylindrical-coordinate representation of color #5DA057: hue angle of 115.07º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA057 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 87 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.37 |
| HSL | 115.07º | 0.3% | 0.48% | - |
| HSV(B) | 115.07º | 0.46% | 0.63% | - |
| XYZ | 18.81 | 28.16 | 13.46 | - |
| YUV | 131.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 87 | 0.42 | 0 | 0.46 | 0.37 | 115.07 | 0.3 | 0.48 |
| Hex | 5D | A0 | 57 | 2A | 0 | 2E | 25 | 73 | 1E | 30 |
| Octal | 135 | 240 | 127 | 52 | 0 | 56 | 45 | 163 | 36 | 60 |
| Binary | 1011101 | 10100000 | 1010111 | 101010 | 0 | 101110 | 100101 | 1110011 | 11110 | 110000 |
Color Harmonies of #5DA057
Complementary color
Monochromatic Colors of #5DA057
Black with #5DA057
Text Example
Text Example
White with #5DA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA057; }
p { color: rgb(93,160,87); }
H1.HeaderClassName
{
color: #5DA057;
}
.AnyTagClassName
{
color: #5DA057;
}
</style>
background-color css
<style>
a { background-color: #5DA057; }
a { background-color: rgb(93,160,87); }
div.DivClassName
{
background-color: #5DA057;
}
.BgClassName
{
background-color: #5DA057;
}
</style>
border-color css
<style>
span { border-color: #5DA057; }
span { border-color: rgb(93,160,87); }
td.TdClassName
{
border-color: #5DA057;
}
.TagClassName
{
border-color: #5DA057;
}
</style>