Shades of Hippie Green #5DA054
Tints of Hippie Green #5DA054
RGB
CMYK
RGB Variations
Color information
#5DA054 (or 0x5DA054) is known color: Hippie Green. HEX triplet: 5D, A0 and 54. RGB value is (93,160,84). Sum of RGB (Red+Green+Blue) = 93+160+84=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA054 is #A25FAB. Grayscale: #838383. Windows color (decimal): -10641324 or 5546077. OLE color: 5546077.
HSL color Cylindrical-coordinate representation of color #5DA054: hue angle of 112.89º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DA054 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 84 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.37 |
| HSL | 112.89º | 0.31% | 0.48% | - |
| HSV(B) | 112.89º | 0.48% | 0.63% | - |
| XYZ | 18.69 | 28.11 | 12.83 | - |
| YUV | 131.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 84 | 0.42 | 0 | 0.48 | 0.37 | 112.89 | 0.31 | 0.48 |
| Hex | 5D | A0 | 54 | 2A | 0 | 30 | 25 | 71 | 1F | 30 |
| Octal | 135 | 240 | 124 | 52 | 0 | 60 | 45 | 161 | 37 | 60 |
| Binary | 1011101 | 10100000 | 1010100 | 101010 | 0 | 110000 | 100101 | 1110001 | 11111 | 110000 |
Color Harmonies of #5DA054
Complementary color
Monochromatic Colors of #5DA054
Black with #5DA054
Text Example
Text Example
White with #5DA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA054; }
p { color: rgb(93,160,84); }
H1.HeaderClassName
{
color: #5DA054;
}
.AnyTagClassName
{
color: #5DA054;
}
</style>
background-color css
<style>
a { background-color: #5DA054; }
a { background-color: rgb(93,160,84); }
div.DivClassName
{
background-color: #5DA054;
}
.BgClassName
{
background-color: #5DA054;
}
</style>
border-color css
<style>
span { border-color: #5DA054; }
span { border-color: rgb(93,160,84); }
td.TdClassName
{
border-color: #5DA054;
}
.TagClassName
{
border-color: #5DA054;
}
</style>